Skip to content

Commit cdd71cd

Browse files
author
himanshubhardwajprovar
committed
updated deploy manual yaml file
1 parent 8553673 commit cdd71cd

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/DeployManual.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ jobs:
1212
uses: actions/setup-node@v3
1313
with:
1414
node-version: 18
15-
registry-url: "https://registry.npmjs.org"
16-
- name: Install dependencies and build 🔧
15+
registry-url: 'https://registry.npmjs.org'
16+
- name: Install dependencies and build
1717
run: yarn && yarn prepack
18-
- name: Publish package on NPM 📦
18+
- name: Display file
19+
run: |
20+
cat /home/runner/work/_temp/.npmrc
21+
cat $NPM_CONFIG_USERCONFIG
22+
- name: Publish package on NPM
1923
run: yarn publish
2024
env:
2125
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
26+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)