We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfcafd commit 415083aCopy full SHA for 415083a
1 file changed
.github/workflows/release.yml
@@ -2,6 +2,7 @@ on:
2
push:
3
tags:
4
- v*
5
+ workflow_dispatch:
6
7
permissions:
8
# To upload archives as GitHub Releases
@@ -26,11 +27,7 @@ jobs:
26
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
- env:
30
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- uses: goreleaser/goreleaser-action@v6
32
with:
33
version: v1.9.2
34
args: release --rm-dist
35
36
0 commit comments