Skip to content

Commit

Permalink
Merge pull request #31 from takaishi/test-goreleaser-2
Browse files Browse the repository at this point in the history
Test goreleaser 2
  • Loading branch information
takaishi authored Jan 27, 2025
2 parents e318252 + 4b9a7b3 commit 853e407
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v2.4.4
args: release --clean
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
6 changes: 3 additions & 3 deletions .github/workflows/goreleaser_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: goreleaser test

on:
pull_request:
Expand All @@ -11,7 +11,7 @@ permissions:
contents: write

jobs:
goreleaser:
goreleaser_test:
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
version: v2.4.4
args: release --clean --skip publish
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 853e407

Please sign in to comment.