Skip to content

Commit

Permalink
Fix version command, again (#26)
Browse files Browse the repository at this point in the history
Because `yarn version` prints the literal Yarn version 🤡
  • Loading branch information
72636c authored Jun 4, 2020
1 parent ef648a2 commit 69b4686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: changesets/action@master
with:
publish: yarn release
version: yarn version
version: yarn stage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.SEEK_OSS_CI_NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"fe": "yarn workspace wingman-fe",
"format": "yarn workspaces run format",
"lint": "yarn workspaces run lint",
"stage": "changeset version && yarn format",
"release": "yarn be build && changeset publish",
"test": "yarn workspaces run test",
"version": "changeset version && yarn format"
"test": "yarn workspaces run test"
},
"workspaces": [
"be",
Expand Down

0 comments on commit 69b4686

Please sign in to comment.