Skip to content

Commit 2c30003

Browse files
committed
Dont run again
1 parent 6dab64a commit 2c30003

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
- run: git config --global user.name "GitHub CD bot"
2222
- run: git config --global user.email "[email protected]"
2323
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
24-
- run: yarn run build
24+
# - run: yarn run build
2525
# - run: yarn test
2626
- run: yarn publish --access public --tag latest
2727
env:
2828
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
- run: git add package.json
30+
- run: git commit -m 'Bump version'
2931
- run: git push
3032
env:
3133
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)