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 aff2de5 commit e80fabcCopy full SHA for e80fabc
.github/workflows/deploy.yaml
@@ -32,7 +32,6 @@ jobs:
32
- name: Setup Node
33
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7
34
with:
35
- cache: yarn
36
node-version: 18
37
registry-url: "https://registry.npmjs.org"
38
@@ -43,7 +42,6 @@ jobs:
43
42
44
- name: Install dependencies
45
run: |
46
- yarn install --immutable --immutable-cache
47
git submodule update --init --recursive
48
49
- name: Compile
@@ -54,4 +52,4 @@ jobs:
54
52
NPM_CONFIG_USERCONFIG: /dev/null
55
53
NODE_AUTH_TOKEN: ${{ env.NPM_TOKEN }}
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
- run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc && yarn publish
+ run: echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > ~/.npmrc && npm publish
0 commit comments