We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ae395 commit a8d9803Copy full SHA for a8d9803
.github/workflows/release-please.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
git config user.name github-actions[bot]
24
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"
+ git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@googleapis/release-please-action@github.com/.git"
26
git tag -d v${{ steps.release.outputs.major }} || true
27
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
28
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }} || true
0 commit comments