Skip to content

Commit d89c0b3

Browse files
authored
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
1 parent d751858 commit d89c0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
release-please:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: google-github-actions/release-please-action@v4
26+
- uses: googleapis/release-please-action@v4
2727
id: release
2828
outputs:
2929
release_created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)