We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68d9b6 commit 03cd6ffCopy full SHA for 03cd6ff
1 file changed
.github/workflows/release.yml
@@ -23,9 +23,12 @@ jobs:
23
fetch-depth: 0
24
- # For TagBody, TagSubject or TagContents fields in goreleaser's templates
25
run: git fetch --force --tags
26
+ - uses: docker/login-action@v3
27
+ with:
28
+ registry: ghcr.io
29
+ username: ${{ github.actor }}
30
+ password: ${{ secrets.GITHUB_TOKEN }}
31
- uses: goreleaser/goreleaser-action@v6
32
with:
33
version: v1.9.2
34
args: release --rm-dist
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments