We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5daa263 + 4bac122 commit 04bc86cCopy full SHA for 04bc86c
.github/workflows/publish-to-npm-on-new-release.yml
@@ -14,15 +14,15 @@ jobs:
14
node-version: 16
15
registry-url: https://registry.npmjs.org
16
- name: Unit Testing
17
- run: npm run test
+ run: npm i && npm run test
18
19
- name: Update version
20
run: |
21
git config --global user.name "mayank1513"
22
git config --global user.email "mayank-automate@noreply.github.com"
23
git fetch
24
git checkout main
25
- npm i && npm version patch
+ npm version patch
26
npm -v
27
git push origin main
28
- run: npm run publish-package
0 commit comments