Skip to content

Commit 2a19bb5

Browse files
Merge pull request #12 from SimformSolutionsPvtLtd/develop
Release v1.0.0
2 parents bcacdef + 9d8ef0b commit 2a19bb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ jobs:
2121
run: yarn --version
2222
- name: 🚀 Build & Publish
2323
run: |
24-
yarn config set npmAlwaysAuth true
25-
yarn config set npmAuthToken "${NODE_AUTH_TOKEN}"
2624
yarn install
2725
yarn build
28-
yarn npm publish --access public
26+
npm publish --access public
2927
env:
3028
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)