We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f339b commit 34b5389Copy full SHA for 34b5389
.github/workflows/release.yaml
@@ -32,6 +32,12 @@ jobs:
32
node-version: 20
33
cache: "pnpm"
34
35
+ # Minimum required version for npm publish with OIDC Support
36
+ # https://docs.npmjs.com/trusted-publishers
37
+ - run: |
38
+ npm install npm@latest
39
+ npm version
40
+
41
- name: Install Foundry
42
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # 1.3.1
43
with:
0 commit comments