Skip to content

Commit 62fee32

Browse files
committed
WIP
1 parent 8111724 commit 62fee32

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,10 +2,10 @@ name: release
22

33
on:
44
push:
5-
branches-ignore:
6-
- "**"
7-
tags:
8-
- "v*.*.*"
5+
# branches-ignore:
6+
# - "**"
7+
# tags:
8+
# - "v*.*.*"
99

1010
jobs:
1111
goreleaser:
@@ -21,6 +21,6 @@ jobs:
2121
uses: goreleaser/goreleaser-action@v3
2222
with:
2323
version: "1.26"
24-
args: release --rm-dist
24+
args: release --rm-dist --snapshot
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}

0 commit comments

Comments
 (0)