Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceTirah committed Jun 8, 2023
1 parent 1fe9712 commit db104f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:

- name: npm publish
run: |
export NPM_AUTH_TOKEN=${{ secrets.NPM_AUTH_TOKEN }}
export NPM_EMAIL=apps.trysoft@gmail.com
npm install -g npm-cli-adduser
npm-cli-adduser -u ${{ secrets.NPM_USER }} -p ${{ secrets.NPM_PASS }} -e ${{ secrets.NPM_EMAIL }}
npm-cli-adduser -u ${{ secrets.NPM_USER }} -p ${{ secrets.NPM_PASS }} -e apps.trysoft@gmail.com
npm ci
npm run build
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit db104f6

Please sign in to comment.