We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415083a commit 2f3a0d7Copy full SHA for 2f3a0d7
1 file changed
.github/workflows/release.yml
@@ -23,10 +23,7 @@ jobs:
23
fetch-depth: 0
24
- # For TagBody, TagSubject or TagContents fields in goreleaser's templates
25
run: git fetch --force --tags
26
- - # FIXME: goreleaser should already take care of the login
27
- # (see https://github.com/goreleaser/goreleaser/blame/02a3486d4ba59505113a57b438ae567351ed3dab/scripts/entrypoint.sh#L17)
28
- # but it doesn't work for some reason.
29
- run: echo "$GITHUB_TOKEN" | docker login ghcr.io -u docker --password-stdin
+ - run: docker login ghcr.io -u docker --password-stdin
30
- uses: goreleaser/goreleaser-action@v6
31
with:
32
version: v1.9.2
0 commit comments