We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29eac74 commit b46b0bbCopy full SHA for b46b0bb
1 file changed
.github/workflows/release-please.yml
@@ -25,7 +25,6 @@ jobs:
25
run: |
26
git config user.name github-actions[bot]
27
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
28
- git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
29
git tag -d v${{ steps.release.outputs.major }} || true
30
git tag -d v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }} || true
31
git push origin :v${{ steps.release.outputs.major }} || true
0 commit comments