We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40027a commit d9fbb60Copy full SHA for d9fbb60
.github/workflows/release.yml
@@ -20,8 +20,6 @@ jobs:
20
- run: npm i
21
- name: Check Git Commit name
22
run: git log -1 --pretty=format:"%s" | npx commitlint
23
- # Setup .npmrc file to publish to npm registry
24
- - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
25
- name: Deploy to npm and git
26
run: npm config list && npm run release
27
env:
0 commit comments