Skip to content

Commit 415083a

Browse files
committed
chore(ci): temporarly turn release workflow to manual
1 parent ecfcafd commit 415083a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
tags:
44
- v*
5+
workflow_dispatch:
56

67
permissions:
78
# To upload archives as GitHub Releases
@@ -26,11 +27,7 @@ jobs:
2627
# (see https://github.com/goreleaser/goreleaser/blame/02a3486d4ba59505113a57b438ae567351ed3dab/scripts/entrypoint.sh#L17)
2728
# but it doesn't work for some reason.
2829
run: echo "$GITHUB_TOKEN" | docker login ghcr.io -u docker --password-stdin
29-
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
- uses: goreleaser/goreleaser-action@v6
3231
with:
3332
version: v1.9.2
3433
args: release --rm-dist
35-
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)