Skip to content

Commit

Permalink
Update X86-64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawxiang authored Nov 13, 2022
1 parent 5f9c785 commit dbd0a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/X86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: 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
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
body_path: release.txt
Expand Down

0 comments on commit dbd0a48

Please sign in to comment.