There was an error while loading. Please reload this page.
1 parent 2320d07 commit a964b9eCopy full SHA for a964b9e
1 file changed
.github/workflows/release.yml
@@ -5,9 +5,6 @@ on:
5
branches:
6
- main
7
8
-env:
9
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
10
-
11
jobs:
12
release:
13
runs-on: ubuntu-latest
@@ -38,5 +35,4 @@ jobs:
38
35
version: pnpm run version
39
36
env:
40
37
GITHUB_TOKEN: ${{ secrets.CHANGESET_GITHUB_TOKEN }}
41
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
42
NODE_ENV: test # disable npm access checks; they don't work in CI
0 commit comments