Skip to content

Commit

Permalink
chore: update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marianfoo authored May 8, 2023
1 parent 4f3eac0 commit b3f91a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
runs-on: ubuntu-latest
outputs:
prs: ${{ steps.release.outputs.prs }}
permissions:
deployments: write
id-token: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down Expand Up @@ -100,4 +103,4 @@ jobs:
npm run replaceString
git add .
git commit --amend --no-edit
git push --force
git push --force

0 comments on commit b3f91a5

Please sign in to comment.