Skip to content

Commit 3047e51

Browse files
authored
Fixed deprecating set-output command (#250)
1 parent 4544d19 commit 3047e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

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

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

0 commit comments

Comments
 (0)