Skip to content

Commit a8d9803

Browse files
committed
ci: migrate to googleapis/release-please-action
1 parent 48ae395 commit a8d9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
git config user.name github-actions[bot]
2424
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
25-
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}googleapis/release-please-action@github.com/.git"
25+
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@googleapis/release-please-action@github.com/.git"
2626
git tag -d v${{ steps.release.outputs.major }} || true
2727
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
2828
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true

0 commit comments

Comments
 (0)