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 8b37d7e commit 20d0ac8Copy full SHA for 20d0ac8
3 files changed
.github/workflows/release-otel-v1.yml
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: pnpm/action-setup@v2
28
with:
29
version: 10
30
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
31
32
cache: "pnpm"
33
node-version-file: ".nvmrc"
@@ -54,11 +54,6 @@ jobs:
54
tag_name: ${{ env.CURRENT_VERSION }}
55
env:
56
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
57
- - name: "NPM Identity"
58
- env:
59
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60
- run: |
61
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
62
- name: Build for Release
63
run: pnpm nx run-many --target=build --parallel=3
64
- name: Publish
.nvmrc
@@ -1 +1 @@
1
-20
+24
0 commit comments