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