Skip to content

Commit 2c545a1

Browse files
committed
Ensure tags are annotated
1 parent 9acba55 commit 2c545a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
tag=${ref:11} # 0.0.1
3030
npx lerna version $tag --yes --no-git-tag-version --no-push
3131
git commit -am "v$tag"
32-
git tag -f v$tag
32+
git tag -af v$tag -m v$tag
3333
git push && git push --tags -f
3434
# Necessary because publisher installs npm,
3535
# which will be the default npm used to run

0 commit comments

Comments
 (0)