Skip to content

Commit

Permalink
Update master_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiccer authored Apr 10, 2024
1 parent e9b3739 commit 42d4611
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ jobs:
- name: 创建 tag
if: steps.check-tag.outputs.exists == 'false'
# run: git tag v${{ steps.package-version.outputs.version }} && git push --tags
uses: laputansoft/[email protected]
uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ steps.package-version.outputs.version }}
tag_exists_error: false

- name: 发布 Release
if: steps.check-tag.outputs.exists == 'false'
Expand Down

0 comments on commit 42d4611

Please sign in to comment.