We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f86b1f commit 5781a31Copy full SHA for 5781a31
.github/workflows/goreleaser.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- '*'
7
+ branches:
8
+ - baseline
9
10
jobs:
11
goreleaser:
@@ -24,7 +26,4 @@ jobs:
24
26
uses: goreleaser/goreleaser-action@v5
25
27
with:
28
version: latest
- args: release --rm-dist
- env:
29
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
- GITHUB_TOKEN: ${{ secrets.GH_PAT }}
+ args: --snapshot --clean
0 commit comments