fix(release-please): fixed actions

This commit is contained in:
Stan Girard 2023-07-27 10:42:25 +02:00
parent a9bff9e3f0
commit 16114b2c52

View File

@ -11,10 +11,12 @@ name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
bump-patch-for-minor-pre-major: true
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: release-please-action
bump-patch-for-minor-pre-major: true