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 db104f6 commit 9fcb8b6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ 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 apps.trysoft@gmail.com
npm ci
npm run build
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}
npm publish
npm publish --access public
env:
CI: true

0 comments on commit 9fcb8b6

Please sign in to comment.