Skip to content

Commit

Permalink
chore(release): use correct script
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Jan 28, 2025
1 parent a74e95b commit 582233f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
git config --global user.name "Openwallet Foundation"
if [[ $(cat lerna.json | grep version | head -1 | grep dev) ]]; then
pnpm publish from-package --no-push --no-private --yes --no-git-tag-version --dist-tag=alpha
pnpm release from-package --no-push --no-private --yes --no-git-tag-version --dist-tag=alpha
else
pnpm publish from-package --no-push --no-private --yes --no-git-tag-version
pnpm release from-package --no-push --no-private --yes --no-git-tag-version
fi

0 comments on commit 582233f

Please sign in to comment.