We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@esbuild/aix-ppc64
1 parent 673cbd4 commit a16cd22Copy full SHA for a16cd22
.github/workflows/publish.yml
@@ -1,7 +1,7 @@
1
name: Publish
2
3
permissions:
4
- # id-token: write # Required for OIDC
+ id-token: write # Required for OIDC
5
contents: read
6
7
on:
Makefile
@@ -484,7 +484,7 @@ publish-wasi-preview1: platform-wasi-preview1
484
cd npm/@esbuild/wasi-preview1 && npm publish --dry-run --no-tag
485
486
publish-aix-ppc64: platform-aix-ppc64
487
- cd npm/@esbuild/aix-ppc64 && npm publish --dry-run --no-tag
+ cd npm/@esbuild/aix-ppc64 && npm publish --no-tag
488
489
publish-android-x64: platform-android-x64
490
cd npm/@esbuild/android-x64 && npm publish --dry-run --no-tag
0 commit comments