Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehull committed Feb 7, 2024
1 parent 76ba557 commit 0643410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
id: release-please
uses: google-github-actions/release-please-action@v4
with:
token: ${{secrets.GITHUB_TOKEN}}
release-type: go
bump-minor-pre-major: true
bump-patch-for-minor-pre-major: true
token: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v4
if: ${{ steps.release-please.outputs.release_created }}
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 0643410

Please sign in to comment.