There was an error while loading. Please reload this page.
1 parent 56d1da0 commit 231fd2cCopy full SHA for 231fd2c
1 file changed
.github/workflows/publish.yml
@@ -141,7 +141,7 @@ jobs:
141
GH_TOKEN: ${{ github.token }}
142
DIST_TAG: ${{ steps.dist.outputs.dist_tag }}
143
run: |
144
- VERSION=$(node -p "require('./packages/blockly/package.json').version")
+ VERSION=$(node -p "require('./package.json').version")
145
TARBALL="blockly-${VERSION}.tgz"
146
if [ "${DIST_TAG}" == "beta" ]; then
147
gh release create "blockly-v${VERSION}" "$TARBALL" \
0 commit comments