We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6a05a commit 84b01e0Copy full SHA for 84b01e0
.github/workflows/release.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
tags:
5
- "v[0-9]+.[0-9]+.[0-9]+"
6
+ workflow_dispatch:
7
+
8
jobs:
9
goreleaser:
10
runs-on: ubuntu-latest
@@ -20,7 +22,7 @@ jobs:
20
22
- name: Run GoReleaser
21
23
uses: goreleaser/goreleaser-action@v2
24
with:
- version: v3.1.0
25
+ version: v1.11.5
26
args: release --rm-dist
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/tagging.yml
@@ -1,4 +1,4 @@
1
-name: Bump version
+name: tagging
2
on:
branches:
0 commit comments