Skip to content

Commit

Permalink
Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0
Browse files Browse the repository at this point in the history
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v6.0.0...v6.1.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 Nov 11, 2024
1 parent a6abe31 commit 1043e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: LS
run: ls -al /opt/homebrew
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
id: goreleaser
with:
args: release --clean --release-notes=../.changes/${{ needs.release-version.outputs.release_version }}.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
git tag -f $RELEASE_VERSION -m "Cut Release '$RELEASE_VERSION'"
git push -f origin refs/tags/$RELEASE_VERSION
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6.0.0
uses: goreleaser/goreleaser-action@v6.1.0
id: goreleaser
with:
args: release --clean --release-notes=../.changes/${{ needs.release-version.outputs.release_version }}.md
Expand Down

0 comments on commit 1043e8a

Please sign in to comment.