Skip to content

Commit a15b496

Browse files
committed
chore: fix deprecated action for release
1 parent 3e8d5fb commit a15b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
release-please:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: google-github-actions/release-please-action@v4
17+
- uses: googleapis/release-please-action@v4
1818
with:
1919
target-branch: ${{ github.ref_name }}

0 commit comments

Comments
 (0)