Skip to content

Commit

Permalink
fix: release please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Aug 22, 2024
1 parent 6130286 commit f981a66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ on:
branches:
- main

permissions:
contents: write
pull-requests: write
# needed for the auto-tag
issues: write

name: release-please
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 f981a66

Please sign in to comment.