We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad22166 commit 87577d0Copy full SHA for 87577d0
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
22
- run: git config --global user.name "GitHub CD bot"
23
- run: git config --global user.email "github-cd-bot@github.com"
24
- run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}
25
- # - run: yarn run build
26
- # - run: yarn test
+ # - run: npm run build
+ # - run: npm run test
27
- run: npm publish --verbose --access public --tag latest
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments