Skip to content

Commit d6d0db0

Browse files
committed
remove --snapshot from goreleaser
1 parent 4c36e79 commit d6d0db0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Release
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
55
push:
66
tags:
7-
- "*"
7+
- "v*"
88

99
permissions:
1010
contents: write
@@ -26,5 +26,5 @@ jobs:
2626
uses: goreleaser/goreleaser-action@v6
2727
with:
2828
distribution: goreleaser
29-
version: "~> v2"
30-
args: release --clean --snapshot
29+
version: "~> v2" # this is the goreleaser version, not httptap version
30+
args: release --clean

0 commit comments

Comments
 (0)