Skip to content

Commit

Permalink
ci(release-please): use action from googleapis (#83)
Browse files Browse the repository at this point in the history
I confirmed that it shouldn't break anything
from looking at the documentation, but who
knows with release-please /shrug
  • Loading branch information
sgoudham authored May 29, 2024
1 parent d751858 commit d89c0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d89c0b3

Please sign in to comment.