Skip to content

Commit 1717b16

Browse files
authored
fix: release please tagging (#10)
1 parent 1323396 commit 1717b16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-please-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2727
git remote add gh-token "https://${{ secrets.GITHUB_TOKEN }}@github.com/googleapis/release-please-action.git"
2828
29-
git push origin --delete v2
30-
git tag -a v2 -m "Re-Releasing v2"
31-
git push origin v2
29+
git push origin --delete v1
30+
git tag -a v1 -m "Re-Releasing v1"
31+
git push origin v1

0 commit comments

Comments
 (0)