We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab7a65 commit 864e392Copy full SHA for 864e392
1 file changed
scripts/publish-npm-oidc.sh
@@ -12,6 +12,8 @@ fi
12
echo "Publishing ${PACKAGE_NAME}@${PACKAGE_VERSION} with npm trusted publishing."
13
npm publish --access public --provenance
14
15
-# changesets/action watches stdout for this marker on root packages, then creates
16
-# the corresponding git tag and GitHub Release.
+git tag "v${PACKAGE_VERSION}"
+
17
+# changesets/action watches stdout for this marker on root packages, then pushes
18
+# the corresponding git tag and creates the GitHub Release.
19
echo "New tag: v${PACKAGE_VERSION}"
0 commit comments