Skip to content

Commit

Permalink
ci: Adjust to new release-please version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Mar 19, 2024
1 parent 8ca2ab2 commit 49082fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,5 @@ jobs:
needs: [pre-commit, test, post-test]
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
skip-github-release: true
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
skip-github-pull-request: true
- uses: actions/checkout@v4
- name: Tag major and minor versions in Git
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 49082fb

Please sign in to comment.