ci: change release action entrypoint

This commit is contained in:
Johan Larsson 2024-05-30 11:21:39 +02:00
parent 3aa4dbb245
commit c2f073283a
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ jobs:
- build-and-test
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}