Skip to content

Commit 0e7f626

Browse files
committed
add tags to pipeline
1 parent 8470dc5 commit 0e7f626

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ permissions:
88
contents: write
99

1010
on:
11-
workflow_dispatch:
12-
inputs:
13-
tag_name:
14-
required: true
15-
type: string
11+
push:
12+
# run only against tags
13+
tags:
14+
- "*"
1615

1716
jobs:
1817
linux:
@@ -26,7 +25,8 @@ jobs:
2625
- name: Install GoReleaser
2726
uses: goreleaser/goreleaser-action@v5
2827
with:
29-
version: "~1.24.0"
28+
distribution: goreleaser
29+
version: latest
3030
args: release --clean
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)