Skip to content

Commit

Permalink
fix: udpate release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jun 12, 2024
1 parent 82bded1 commit d6bd90f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_PAT }}
release-type: node

- uses: actions/checkout@v4
Expand Down

0 comments on commit d6bd90f

Please sign in to comment.