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 58fe2f3 commit 29fc836Copy full SHA for 29fc836
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
git config user.name github-actions[bot]
41
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
42
- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
+ git remote add gh-token "https://${{ steps.generate_token.outputs.token }}@github.com/googleapis/release-please-action.git"
43
git tag -d v${{ steps.release.outputs.major }} || true
44
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
45
git push origin :v${{ steps.release.outputs.major }} || true
0 commit comments