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 ef6b72b commit 101c9a9Copy full SHA for 101c9a9
.github/workflows/build-package.yaml
@@ -22,6 +22,9 @@ jobs:
22
uses: actions/setup-node@v6
23
with:
24
node-version-file: ".nvmrc"
25
+
26
+ - name: Get npm version
27
+ run: npm --version
28
29
- name: Get pnpm store directory
30
shell: bash
.github/workflows/release.yml
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
11
12
permissions:
13
id-token: write # Required for OIDC
14
- contents: read
+ contents: write # Required for changesets pushing
15
16
jobs:
17
release:
0 commit comments