Skip to content

Commit

Permalink
chore(deps): bump goreleaser/goreleaser-action from 2.9.1 to 3
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2.9.1 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@b953231...68acf3b)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Jun 1, 2022
1 parent 9db9250 commit 23af778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
sudo apt-get -yq --no-install-suggests --no-install-recommends install musl-tools snapcraft
- name: build-release
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
with:
version: latest
args: release --skip-publish --snapshot
Expand Down Expand Up @@ -433,7 +433,7 @@ jobs:
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
run: |
snapcraft login --with <(echo "$SNAPCRAFT_LOGIN" | base64 -d)
- uses: goreleaser/goreleaser-action@b953231f81b8dfd023c58e0854a721e35037f28b
- uses: goreleaser/goreleaser-action@68acf3b1adf004ac9c2f0a4259e85c5f66e99bef
with:
version: latest
args: release
Expand Down

0 comments on commit 23af778

Please sign in to comment.