Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu2007 committed Jan 18, 2024
1 parent 27642e3 commit 31aef25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
body_path: ${{ github.workspace }}-CHANGELOG.txt
token: ${{ secrets.GH_PAT }}
token: ${{ secrets.BOT_TOKEN }}
prerelease: ${{ contains(github.ref, '-beta') || contains(github.ref, '-rc') || contains(github.ref, '-alpha') }}
files: |
AGDDoS-linux.zip
Expand Down

0 comments on commit 31aef25

Please sign in to comment.