ci(release-please): use action from googleapis (#83)
I confirmed that it shouldn't break anything from looking at the documentation, but who knows with release-please /shrug
This commit is contained in:
parent
d751858fff
commit
d89c0b31e7
|
@ -23,7 +23,7 @@ jobs:
|
|||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
- uses: googleapis/release-please-action@v4
|
||||
id: release
|
||||
outputs:
|
||||
release_created: ${{ steps.release.outputs.release_created }}
|
||||
|
|
Loading…
Reference in New Issue