Skip to content

Commit

Permalink
Updated deprecated set-output command
Browse files Browse the repository at this point in the history
  • Loading branch information
danipen authored Dec 13, 2024
1 parent 1d139b0 commit 35513f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/tags/v})"
run: echo "branch=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT
id: extract_branch

- name: Setup NuGet
Expand Down

0 comments on commit 35513f2

Please sign in to comment.