Skip to content

Commit 86886a1

Browse files
committed
fix: change deprecated GH action
1 parent 97c8703 commit 86886a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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
id: release
1919
with:
2020
# this assumes that you have created a personal access token
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config user.name github-actions[bot]
3434
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
35-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions/release-please-action.git"
35+
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
3636
git tag -d v${{ steps.release.outputs.major }} || true
3737
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
3838
git push origin :v${{ steps.release.outputs.major }} || true

0 commit comments

Comments
 (0)