We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654e3d7 commit 37f47ccCopy full SHA for 37f47cc
1 file changed
.github/workflows/release.yml
@@ -99,7 +99,6 @@ jobs:
99
echo -e "prerelease-tag=$PRERELEASE_TAG" >> $GITHUB_OUTPUT;
100
101
pack-npm-release:
102
- if: ${{ needs.meta.outputs.is-js-project == 'true' }}
103
runs-on: ubuntu-24.04
104
needs:
105
- meta
0 commit comments