Skip to content

Commit 69c9817

Browse files
committed
packaging: use our GitHub workflow to publish the viewer on NPM.
1 parent 537836f commit 69c9817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git push origin
1010
git push origin v$1
1111
gh release create v$1 --verify-tag --title "Release $1" --notes ""
1212

13-
pnpm publish
13+
gh workflow run publish.yaml --ref v$1
1414

1515
if (( dirty )); then
1616
git stash pop --quiet

0 commit comments

Comments
 (0)