Skip to content

Commit

Permalink
Merge pull request #15 from harakeishi/refix
Browse files Browse the repository at this point in the history
test
  • Loading branch information
harakeishi committed Apr 10, 2024
2 parents ace8222 + ce620c0 commit 1e91385
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
workflow_dispatch:



jobs:
goreleaser:
Expand All @@ -16,7 +19,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.18
-
Expand All @@ -31,7 +34,7 @@ jobs:
git push --tags
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit 1e91385

Please sign in to comment.