File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
release-please :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : google-github-actions /release-please-action@v4
17
+ - uses : googleapis /release-please-action@v4
18
18
id : release
19
19
with :
20
20
# this assumes that you have created a personal access token
32
32
run : |
33
33
git config user.name github-actions[bot]
34
34
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"
36
36
git tag -d v${{ steps.release.outputs.major }} || true
37
37
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
38
38
git push origin :v${{ steps.release.outputs.major }} || true
You can’t perform that action at this time.
0 commit comments