Skip to content

Commit

Permalink
ci: Remove condition on release step
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Apr 17, 2020
1 parent b696a57 commit f992fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:
- run: yarn workspaces foreach --verbose --topological-dev --parallel --interlaced run build
- run: yarn test
- run: yarn semantic-release
if: github.ref == 'refs/head/master'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Dcard/yarn-plugins.git"
},
"dependencies": {
"@yarnpkg/pnpify": "^2.0.0-rc.18"
},
Expand Down

0 comments on commit f992fd0

Please sign in to comment.