Skip to content

Commit

Permalink
updated deploy manual yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshubhardwajprovar committed Jan 29, 2024
1 parent 8553673 commit cdd71cd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/DeployManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Install dependencies and build 🔧
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build
run: yarn && yarn prepack
- name: Publish package on NPM 📦
- name: Display file
run: |
cat /home/runner/work/_temp/.npmrc
cat $NPM_CONFIG_USERCONFIG
- name: Publish package on NPM
run: yarn publish
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cdd71cd

Please sign in to comment.