We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dab64a commit 2c30003Copy full SHA for 2c30003
.github/workflows/release.yml
@@ -21,11 +21,13 @@ jobs:
21
- run: git config --global user.name "GitHub CD bot"
22
- run: git config --global user.email "[email protected]"
23
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
24
- - run: yarn run build
+ # - run: yarn run build
25
# - run: yarn test
26
- run: yarn publish --access public --tag latest
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29
+ - run: git add package.json
30
+ - run: git commit -m 'Bump version'
31
- run: git push
32
33
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments