Skip to content

Commit

Permalink
Update master_push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiccer committed Apr 10, 2024
1 parent 080a886 commit e9b3739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# run: git tag v${{ steps.package-version.outputs.version }} && git push --tags
uses: laputansoft/github-tag-action@v4.6
with:
github_token: ${{ env.github-token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: v${{ steps.package-version.outputs.version }}

- name: 发布 Release
Expand Down

0 comments on commit e9b3739

Please sign in to comment.