Skip to content

Commit

Permalink
Dont run again
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboot committed Jan 27, 2021
1 parent 6dab64a commit 2c30003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ jobs:
- run: git config --global user.name "GitHub CD bot"
- run: git config --global user.email "[email protected]"
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version
- run: yarn run build
# - run: yarn run build
# - run: yarn test
- run: yarn publish --access public --tag latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: git add package.json
- run: git commit -m 'Bump version'
- run: git push
env:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2c30003

Please sign in to comment.