Skip to content

Commit

Permalink
fix(ci): use the release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Jan 6, 2025
1 parent 174650f commit 0867c47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:
outputs:
release_created: ${{ steps.create_release.outputs.new_release_published }}

github-release:
needs: semantic-release
uses: statnett/github-workflows/.github/workflows/release-please.yaml
secrets: inherit
permissions:
contents: write
pull-requests: write

publish-to-pypi:
needs: semantic-release
if: needs.semantic-release.outputs.release_created == 'true'
Expand Down

0 comments on commit 0867c47

Please sign in to comment.