Skip to content

Commit aef65b9

Browse files
committed
debug
1 parent d40ad5b commit aef65b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: release
22

33
on:
44
push:
5-
tags:
6-
- "*"
5+
# tags:
6+
# - "*"
77

88
permissions:
99
contents: write
@@ -37,15 +37,15 @@ jobs:
3737
passphrase: ${{ secrets.PASSPHRASE }}
3838

3939
- run: |
40-
gpg --list-secret-keys --keyid-format=long
41-
gpg2 --list-secret-keys --keyid-format=long
40+
gpg -K
41+
gpg2 -K
4242
4343
- name: Run GoReleaser
4444
uses: goreleaser/goreleaser-action@v2
4545
with:
4646
distribution: goreleaser
4747
version: ${{ env.GITHUB_REF_NAME }}
48-
args: release --clean
48+
args: release --clean --snapshot
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.PAT }}
5151
FURY_TOKEN: ${{ secrets.FURY_TOKEN }}

0 commit comments

Comments
 (0)