Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https:/goreleaser/goreleaser-action) from 4.1.0 to 4.2.0.
- [Release notes](https:/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v4.1.0...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 18a3e1c commit 59e00c2
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@v4.1.0
uses: goreleaser/goreleaser-action@v4.2.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@v4.1.0
uses: goreleaser/goreleaser-action@v4.2.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@v4.1.0
uses: goreleaser/goreleaser-action@v4.2.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 59e00c2

Please sign in to comment.