Skip to content

Commit 0c0b6da

Browse files
authored
chore: not needs check in publish (#186)
1 parent b5dc7dd commit 0c0b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
publish-npm:
4949
if: ${{ inputs.to_release == 'all' || inputs.to_release == 'npm' }}
5050
name: ${{ inputs.dry_run == true && 'Dry Run - NPM Packages' || 'Publish NPM Packages' }}
51-
needs: [build, check]
51+
needs: [build]
5252
runs-on: rspack-ubuntu-22.04-large
5353
steps:
5454
- name: Show dry-run status

0 commit comments

Comments
 (0)