Skip to content

Commit

Permalink
Merge pull request #249 from OpsLevel/dependabot/github_actions/gorel…
Browse files Browse the repository at this point in the history
…easer/goreleaser-action-5.0.0

Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
  • Loading branch information
davidbloss authored Sep 19, 2023
2 parents c305d10 + 78d00c4 commit 7fba461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
git tag -f ${{ steps.version.outputs.RELEASE_VERSION }} -m "Cut Release '${{ steps.version.outputs.RELEASE_VERSION }}'"
git push -f origin refs/tags/${{ steps.version.outputs.RELEASE_VERSION }}
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4.6.0
uses: goreleaser/goreleaser-action@v5.0.0
with:
args: release --rm-dist --release-notes=./.changes/${{ steps.version.outputs.RELEASE_VERSION }}.md
env:
Expand Down

0 comments on commit 7fba461

Please sign in to comment.