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://github.com/goreleaser/goreleaser-action) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@8f67e59...f82d6c1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and twpayne committed Feb 1, 2023
1 parent a33efdc commit 0584be7
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 @@ -204,7 +204,7 @@ jobs:
make create-syso
- name: build-release
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
with:
version: latest
args: release --skip-publish --skip-sign --snapshot --timeout=1h
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
- name: create-syso
run: |
make create-syso
- uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1
- uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
with:
version: latest
args: release --timeout=1h
Expand Down

0 comments on commit 0584be7

Please sign in to comment.