Skip to content

Commit 8ddb0da

Browse files
committedOct 2, 2023
chore(ci): Fix publish action
1 parent 13161c4 commit 8ddb0da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/publish-extra-bindings.yml

-6
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,6 @@ jobs:
413413
run: ls -R ./scripts/npm
414414
shell: bash
415415

416-
- name: Set fallback dependencies
417-
working-directory: "./packages/${{ github.event.inputs.package }}"
418-
shell: bash
419-
run: |
420-
node ./scripts/update_fallback_dependencies.js
421-
422416
- name: Publish
423417
run: |
424418
npm config set provenance true

0 commit comments

Comments
 (0)