Skip to content

Commit 37f47cc

Browse files
fix(ci): remove if for JS projects (#231)
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 654e3d7 commit 37f47cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
echo -e "prerelease-tag=$PRERELEASE_TAG" >> $GITHUB_OUTPUT;
100100
101101
pack-npm-release:
102-
if: ${{ needs.meta.outputs.is-js-project == 'true' }}
103102
runs-on: ubuntu-24.04
104103
needs:
105104
- meta

0 commit comments

Comments
 (0)