Skip to content

Commit

Permalink
Update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedruszhang committed Jul 9, 2023
1 parent 37b9ed0 commit f3f065a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
echo "using version tag ${GITHUB_REF:10}"
echo ::set-output name=version::"${GITHUB_REF:10}"
echo "version=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
- name: Install tools (Linux)
if: matrix.build == 'linux'
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
shell: bash
run: |
echo "using version tag ${GITHUB_REF:10}"
echo ::set-output name=version::"${GITHUB_REF:10}"
echo "version=${GITHUB_REF:10}" >> $GITHUB_OUTPUT
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit f3f065a

Please sign in to comment.