Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrexx authored Sep 15, 2024
1 parent 55ba8e5 commit d1aefcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT_KEY }}
with:
tag_name: v${{ github.run_number }}
release_name: Pre-release ${{ github.run_number }}
Expand Down

0 comments on commit d1aefcb

Please sign in to comment.