Skip to content

Commit

Permalink
Update realease action
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 2, 2023
1 parent 68596c7 commit 07464b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Get the version
id: get_version
shell: bash
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit 07464b1

Please sign in to comment.