Skip to content

Commit

Permalink
Merge pull request #163 from nttcom/hotfix/releaser
Browse files Browse the repository at this point in the history
Only release when a format"v<num>.<num>.<num>" is tagged
  • Loading branch information
watal committed Jun 6, 2024
2 parents bd2b83c + c0550b0 commit 60942ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- v[0-9]+.*
- v[0-9]+.[0-9]+.[0-9]+

jobs:
goreleaser:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"
cache: false

- name: Run GoReleaser
Expand Down

0 comments on commit 60942ed

Please sign in to comment.