Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou26 authored Apr 9, 2024
1 parent 00b0fb4 commit a22779f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHCR_PAT }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
files: |
Expand Down

0 comments on commit a22779f

Please sign in to comment.