We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b904ca8 commit 234cc70Copy full SHA for 234cc70
1 file changed
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: goreleaser/goreleaser-action@v3
45
with:
46
distribution: goreleaser
47
- version: "{{.Tag || .Branch}}"
+ version: "{{.Branch}}"
48
workdir: cmd/riotpot
49
args: release --rm-dist
50
env:
0 commit comments