Skip to content

Commit 814a4ce

Browse files
committed
ci: clarify wasm test-publish/publish/promote steps name
1 parent a7f79fa commit 814a4ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)