Skip to content

Commit

Permalink
goreleaser: add missing github creds
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Sep 15, 2023
1 parent eb7e10f commit 3dccc1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,6 @@ jobs:
fetch-depth: 0
- uses: goreleaser/goreleaser-action@v2
with:
args: release --rm-dist
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3dccc1c

Please sign in to comment.