Skip to content

Commit

Permalink
显式声明token尝试解决action无法正常release的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiwq committed Dec 20, 2023
1 parent fd29a14 commit 3fd7733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: dist.tar.gz

0 comments on commit 3fd7733

Please sign in to comment.