File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ jobs:
613613 cargo-tools : wasm-pack
614614 github-token : ${{ secrets.GITHUB_TOKEN }}
615615
616- - name : Publish package to npm
616+ - name : Publish package to npm (dry-run)
617617 uses : ./.github/workflows/actions/publish-npm-package
618618 with :
619619 dry_run : " true"
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316 dry_run : " true"
317317 package : ${{ matrix.package }}
318318
319- publish-wasm-test :
319+ publish-next- wasm-package :
320320 strategy :
321321 fail-fast : false
322322 max-parallel : 1
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ jobs:
248248 package : ${{ matrix.package }}
249249 api_token : ${{ secrets[matrix.api_token_secret_name] }}
250250
251- publish -wasm :
251+ promote -wasm-package-to-latest :
252252 strategy :
253253 fail-fast : false
254254 max-parallel : 1
@@ -273,7 +273,7 @@ jobs:
273273 cargo-tools : wasm-pack
274274 github-token : ${{ secrets.GITHUB_TOKEN }}
275275
276- - name : Publish package to npm
276+ - name : Promote npm package
277277 uses : ./.github/workflows/actions/publish-npm-package
278278 with :
279279 dry_run : " false"
You can’t perform that action at this time.
0 commit comments