Skip to content

Commit

Permalink
fix environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Aug 4, 2023
1 parent 3a52353 commit 2a90c78
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 @@ -27,7 +27,7 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.GORELEASER_PAT }}
TAP_TOKEN: ${{ secrets.GORELEASER_PAT }}
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2a90c78

Please sign in to comment.