Skip to content

Commit 10d2935

Browse files
committed
no concurent publishing
1 parent 3beb8ef commit 10d2935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
tag: ${{ env.GITHUB_REF_SLUG }}
6767

6868
npm-publish-latest:
69-
needs: build
69+
needs: [build, npm-publish-build]
7070
runs-on: ubuntu-latest
7171
if: github.ref == 'refs/heads/main'
7272
steps:

0 commit comments

Comments
 (0)