Skip to content

Commit 42fcab4

Browse files
fix(ci): remove if for JS projects
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent c98b6cf commit 42fcab4

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)