Skip to content

Commit

Permalink
fix(ci): fix release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Mar 12, 2024
1 parent 59d1fb5 commit 3960ff1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,14 @@ jobs:
runs-on: ubuntu-latest
name: Release
outputs:
release_created: ${{ steps.release.outputs.releases_created }}
release_created: ${{ steps.release.outputs.release_created }}
permissions:
contents: write
pull-requests: write

steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
command: manifest

publish_provider:
if: needs.release.outputs.release_created
Expand Down

0 comments on commit 3960ff1

Please sign in to comment.