Skip to content

Commit 84b01e0

Browse files
committed
modify version of goreleaser
1 parent 6d6a05a commit 84b01e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- "v[0-9]+.[0-9]+.[0-9]+"
6+
workflow_dispatch:
7+
68
jobs:
79
goreleaser:
810
runs-on: ubuntu-latest
@@ -20,7 +22,7 @@ jobs:
2022
- name: Run GoReleaser
2123
uses: goreleaser/goreleaser-action@v2
2224
with:
23-
version: v3.1.0
25+
version: v1.11.5
2426
args: release --rm-dist
2527
env:
2628
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tagging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Bump version
1+
name: tagging
22
on:
33
push:
44
branches:

0 commit comments

Comments
 (0)