Skip to content

Commit

Permalink
Fixed deprecating set-output command (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored Nov 29, 2022
1 parent 4544d19 commit 3047e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Setup Version
id: setup_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT

- name: Pack NuGet Package
run: dotnet pack Sharprompt/Sharprompt.csproj -c Release -o ./dist -p:Version=${{ steps.setup_version.outputs.VERSION }}
Expand Down

0 comments on commit 3047e51

Please sign in to comment.