ci: change release action entrypoint
This commit is contained in:
parent
3aa4dbb245
commit
c2f073283a
|
@ -42,6 +42,6 @@ jobs:
|
||||||
- build-and-test
|
- build-and-test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue