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.
1 parent 750e239 commit 385bd5cCopy full SHA for 385bd5c
.github/workflows/npm-latest.yml
@@ -14,4 +14,4 @@ jobs:
14
npm-publish:
15
uses: ./.github/workflows/reusable-npm.yml
16
with:
17
- tag: "latest"
+ tag: latest
.github/workflows/reusable-npm.yml
@@ -20,10 +20,6 @@ on:
20
jobs:
21
22
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/npm-trusted-publisher
23
- permissions:
24
- id-token: write # Required for OIDC
25
- packages: write
26
- contents: read
27
28
install-command: npm ci
29
build-command: npm run build
0 commit comments