Skip to content

Commit

Permalink
Updated obsolete GitHub workflow element.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcondon committed Jan 21, 2024
1 parent fc88b80 commit 17bcdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PushNuGetPackages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get release tag
id: getReleaseTag
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

- name: Build
working-directory: ./src
Expand Down

0 comments on commit 17bcdcf

Please sign in to comment.