Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PupilTong authored Feb 24, 2022
1 parent b8efffc commit d13b9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm run build
- run: npm ci
# - run: sudo npm test

publish-npm:
Expand All @@ -27,8 +27,8 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm run build
- run: npm ci
- run: npm run build
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "pupilTong"
- run: npm version ${{github.event.release.tag_name}}
Expand Down

0 comments on commit d13b9f9

Please sign in to comment.