Skip to content

Commit a16cd22

Browse files
committed
test with @esbuild/aix-ppc64
1 parent 673cbd4 commit a16cd22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish
22

33
permissions:
4-
# id-token: write # Required for OIDC
4+
id-token: write # Required for OIDC
55
contents: read
66

77
on:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ publish-wasi-preview1: platform-wasi-preview1
484484
cd npm/@esbuild/wasi-preview1 && npm publish --dry-run --no-tag
485485

486486
publish-aix-ppc64: platform-aix-ppc64
487-
cd npm/@esbuild/aix-ppc64 && npm publish --dry-run --no-tag
487+
cd npm/@esbuild/aix-ppc64 && npm publish --no-tag
488488

489489
publish-android-x64: platform-android-x64
490490
cd npm/@esbuild/android-x64 && npm publish --dry-run --no-tag

0 commit comments

Comments
 (0)