Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent 43c052a commit 3e910eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ jobs:
gem install asciidoctor
asciidoctor -V
- name: Check `.goreleaser.yaml`
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
with:
distribution: "goreleaser"
version: "latest"
args: check
- name: Check GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
with:
distribution: "goreleaser"
version: "latest"
args: release --clean --snapshot
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
if: startsWith(github.ref, 'refs/tags/')
with:
distribution: "goreleaser"
Expand Down

0 comments on commit 3e910eb

Please sign in to comment.