We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1323396 commit 1717b16Copy full SHA for 1717b16
.github/workflows/release-please-main.yaml
@@ -26,6 +26,6 @@ jobs:
26
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
27
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
28
29
- git push origin --delete v2
30
- git tag -a v2 -m "Re-Releasing v2"
31
- git push origin v2
+ git push origin --delete v1
+ git tag -a v1 -m "Re-Releasing v1"
+ git push origin v1
0 commit comments