Skip to content

Commit

Permalink
Merge pull request #486 from Southclaws/dev
Browse files Browse the repository at this point in the history
ci: make sure to login to github registry before running goreleaser
  • Loading branch information
ADRFranklin authored Dec 2, 2022
2 parents db13d58 + 112df6c commit bb9af64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
go-version: '>=1.19.3'
cache: true
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: goreleaser/goreleaser-action@v2
with:
distribution: goreleaser
Expand Down

0 comments on commit bb9af64

Please sign in to comment.