Skip to content

Commit 1baed93

Browse files
committed
Revert "make publishing to NPM async"
This reverts commit 8c09ed6.
1 parent 6eeb2fd commit 1baed93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Publish to NPM
8282
working-directory: ./package/package
83-
run: npm publish --provenance --access public &
83+
run: npm publish --provenance --access public
8484
env:
8585
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
8686

@@ -98,6 +98,3 @@ jobs:
9898
- name: Deploy to GitHub Pages
9999
id: deployment
100100
uses: actions/deploy-pages@v4
101-
102-
- name: Await NPM publish completion
103-
run: wait

0 commit comments

Comments
 (0)