Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
更新 CI/CD sha
Browse files Browse the repository at this point in the history
  • Loading branch information
NCT-skyouo authored Jul 9, 2021
1 parent 1251937 commit 9693b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
tag_name: ${{ steps.vars.outputs.sha_short }}
release_name: 'Brilliant "${{ steps.vars.outputs.sha_short }}"'
body: |
This is a Auto-Release by GitHub Actions,
Expand Down

0 comments on commit 9693b20

Please sign in to comment.