Skip to content

Commit

Permalink
feature(main): fix rebot
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Apr 29, 2023
1 parent a079f6c commit 467aa87
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 @@ -57,7 +57,7 @@ jobs:
with:
args: release --timeout=1h --debug
env:
GITHUB_TOKEN: ${{ secrets.G_REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_PAT }}
VERSION: ${{ steps.prepare.outputs.tag_name }}
USERNAME: ${{ github.repository_owner }}
GORELEASER_PREVIOUS_TAG: ${{ steps.previoustag.outputs.PREVIOUS_TAG }}

0 comments on commit 467aa87

Please sign in to comment.