Skip to content

Commit 231fd2c

Browse files
committed
chore: fix path to package
1 parent 56d1da0 commit 231fd2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
GH_TOKEN: ${{ github.token }}
142142
DIST_TAG: ${{ steps.dist.outputs.dist_tag }}
143143
run: |
144-
VERSION=$(node -p "require('./packages/blockly/package.json').version")
144+
VERSION=$(node -p "require('./package.json').version")
145145
TARBALL="blockly-${VERSION}.tgz"
146146
if [ "${DIST_TAG}" == "beta" ]; then
147147
gh release create "blockly-v${VERSION}" "$TARBALL" \

0 commit comments

Comments
 (0)