Skip to content

Commit

Permalink
chore: Update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Sep 20, 2023
1 parent 5fb4cd2 commit f5c6a32
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 @@ -51,6 +51,12 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: "NumaryBot"
password: ${{ secrets.NUMARY_GITHUB_TOKEN }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down

0 comments on commit f5c6a32

Please sign in to comment.