We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537836f commit 69c9817Copy full SHA for 69c9817
1 file changed
release.sh
@@ -10,7 +10,7 @@ git push origin
10
git push origin v$1
11
gh release create v$1 --verify-tag --title "Release $1" --notes ""
12
13
-pnpm publish
+gh workflow run publish.yaml --ref v$1
14
15
if (( dirty )); then
16
git stash pop --quiet
0 commit comments