Skip to content

Commit

Permalink
fix: login to ghcr before executing goreleaser (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnavarro authored Oct 9, 2023
1 parent 1caffdc commit f5de232
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: stable
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
Expand Down

0 comments on commit f5de232

Please sign in to comment.