Skip to content

Commit

Permalink
Stop yarn from committing
Browse files Browse the repository at this point in the history
  • Loading branch information
zackify committed Jan 14, 2020
1 parent 0a91b21 commit 20d03ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn export-types
- run: yarn config set version-commit-hooks false
- run: yarn publish --new-version ${GITHUB_REF:10}
- run: yarn publish --new-version ${GITHUB_REF:10} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 20d03ee

Please sign in to comment.