Skip to content

Commit

Permalink
Default to patch version bump in autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent be229ae commit d843739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
yarn
yarn run test
yarn version
yarn version --patch
publish-npm:
needs: build
Expand Down

0 comments on commit d843739

Please sign in to comment.