Skip to content

Commit bba6ebb

Browse files
authored
chore: fix publishing workflow (#658)
1 parent 7a43751 commit bba6ebb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/publish_prod.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ fi
9090

9191
echo
9292
echo "Bumping the version number and committing the changes"
93-
yarn version --new-version "$VERSION"
93+
yarn version "$VERSION"
94+
git commit -am "v$VERSION"
95+
git tag "v$VERSION"
9496

9597
yarn build
9698

0 commit comments

Comments
 (0)