Skip to content

Commit

Permalink
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
@@ -16,13 +16,11 @@ 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

0 comments on commit 989cf78

Please sign in to comment.