File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 release-please :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : google-github-actions /release-please-action@v4
16+ - uses : googleapis /release-please-action@v4
1717 id : release
1818 - uses : actions/checkout@v4
1919 - name : tag major and minor versions
2020 if : ${{ steps.release.outputs.release_created }}
2121 run : |
2222 git config user.name github-actions[bot]
2323 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
24- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/google-github-actions /release-please-action.git"
24+ git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis /release-please-action.git"
2525 git tag -d v${{ steps.release.outputs.major }} || true
2626 git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
2727 git push origin :v${{ steps.release.outputs.major }} || true
You can’t perform that action at this time.
0 commit comments