Skip to content

Commit

Permalink
Update build-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilianZ authored Mar 9, 2024
1 parent 60f11e7 commit 0e2bc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
@@ -14,9 +14,9 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: true
prerelease: true

0 comments on commit 0e2bc9b

Please sign in to comment.