Skip to content

Commit

Permalink
set goreleaser version 2 in config file, bump version in release work…
Browse files Browse the repository at this point in the history
…flow (#301)
  • Loading branch information
davidbloss authored Jul 29, 2024
1 parent c95f44f commit ac94ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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@v5.1.0
uses: goreleaser/goreleaser-action@v6.0.0
id: goreleaser
with:
args: release --clean --release-notes=../.changes/${{ needs.release-version.outputs.release_version }}.md
Expand Down
1 change: 1 addition & 0 deletions src/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: kubectl-opslevel
before:
hooks:
Expand Down

0 comments on commit ac94ddf

Please sign in to comment.