Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 2.9.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https:/goreleaser/goreleaser-action) from 2.9.1 to 3.0.0.
- [Release notes](https:/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v2.9.1...v3.0.0)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 23, 2022
1 parent 8f0b54e commit e9cbaf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
key: ${{ hashFiles('.github/workflows/release.yml') }}-${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- name: goreleaser check
continue-on-error: true
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.0.0
with:
args: check
- name: Import GPG key
Expand All @@ -263,7 +263,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: goreleaser release
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.0.0
if: startsWith(github.ref, 'refs/tags/v')
with:
version: latest
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
echo "skipped: $SKIPPED"
- name: goreleaser snapshot
uses: goreleaser/goreleaser-action@v2.9.1
uses: goreleaser/goreleaser-action@v3.0.0
if: "!(startsWith(github.ref, 'refs/tags/v'))"
with:
args: release --rm-dist --skip-sign --snapshot --timeout ${{ env.RELEASE_TIME_OUT }} --release-notes=.github/CLEANCHANGELOG.md
Expand Down

0 comments on commit e9cbaf8

Please sign in to comment.