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 099ce5b commit 40b2f88Copy full SHA for 40b2f88
2 files changed
.github/workflows/release-nugets.yml
@@ -17,6 +17,7 @@ jobs:
17
runs-on: ubuntu-22.04
18
permissions:
19
id-token: write
20
+ contents: write
21
22
steps:
23
- uses: actions/checkout@v6
.github/workflows/release-others.yml
@@ -129,6 +129,13 @@ jobs:
129
env:
130
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
131
132
+ - name: Setup Node
133
+ if: ${{ inputs.publish_npm }}
134
+ uses: actions/setup-node@v4
135
+ with:
136
+ node-version: 22
137
+ registry-url: https://registry.npmjs.org
138
+
139
- name: Publish NPM Bundler
140
if: ${{ inputs.publish_npm }}
141
working-directory: ./devolutions-crypto-npm/bundler
0 commit comments