Skip to content

Commit

Permalink
fix: fix hubConfigured for GitHub Actions (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Nov 6, 2019
1 parent 8fe6bf7 commit 635ab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipjs/src/helper/hubConfigured.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { silentExec } from 'shipjs-lib';
export default function hubConfigured() {
return (
silentExec(
`yes "" | GITHUB_TOKEN=${process.env.GITHUB_TOKEN || ''} hub api user`,
`yes "" | GITHUB_TOKEN=${process.env.GITHUB_TOKEN || ''} hub release`,
{
ignoreError: true,
}
Expand Down

0 comments on commit 635ab7b

Please sign in to comment.