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:
Hammy 2024-05-29 08:38:52 +01:00 committed by GitHub
parent d751858fff
commit d89c0b31e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}