Skip to content

Commit de6ad0d

Browse files
committed
fix: unbreaking releases
1 parent a1ae931 commit de6ad0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
exit 0
5454
fi
5555
56-
npm pack --workspace @chimp-stack/core
56+
npm pack --workspace $PACKAGE_NAME
5757
tar -tf *.tgz
5858
5959
# echo "🚀 Publishing $PACKAGE_NAME@$CURRENT_VERSION..."

0 commit comments

Comments
 (0)