Skip to content

Commit

Permalink
fix release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Sep 5, 2024
1 parent 681d272 commit f2e1706
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_GH_TOKEN }}
release-type: simple
release-type: simple
config-file: release-please-config.json
manifest-file: .release-please-manifest.json

0 comments on commit f2e1706

Please sign in to comment.