Skip to content

Commit 784c8f4

Browse files
authored
chore: remove needs check in publish-extension (#187)
1 parent 0c0b6da commit 784c8f4

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
@@ -98,7 +98,7 @@ jobs:
9898
publish-extesion:
9999
if: ${{ inputs.to_release == 'all' || inputs.to_release == 'extension' }}
100100
name: ${{ inputs.dry_run == true && 'Dry Run - Extensions' || 'Publish Extensions' }}
101-
needs: [build, check]
101+
needs: [build]
102102
runs-on: rspack-ubuntu-22.04-large
103103
steps:
104104
- name: Checkout

0 commit comments

Comments
 (0)