Skip to content

Commit

Permalink
ci: fix references to release please action (bcoe#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjohnson00 committed Aug 9, 2023
1 parent 5662b61 commit 342f18b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-please.yaml
Expand Up @@ -60,6 +60,9 @@ jobs:
release-please-pr:
runs-on: ubuntu-latest
needs: [build]
permissions:
pull-requests: write
contents: write
steps:
- id: release-pr
uses: google-github-actions/release-please-action@v3
Expand All @@ -85,6 +88,9 @@ jobs:
release-please-release:
runs-on: ubuntu-latest
needs: [build]
permissions:
pull-requests: write
contents: write
steps:
- uses: google-github-actions/release-please-action@v3
id: release
Expand Down

0 comments on commit 342f18b

Please sign in to comment.