Skip to content

Commit

Permalink
ci: fix wrong workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlimjustin committed Sep 21, 2021
1 parent 6c787e1 commit da3850f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- run: npm install --global node-gyp@latest
- run: npm prefix -g | % {npm config set node_gyp "$_\node_modules\node-gyp\bin\node-gyp.js"}
- run: yarn install --frozen-lockfile
- run: yarn build --publish=always
- run: yarn build --publish=never

1 comment on commit da3850f

@vercel
Copy link

@vercel vercel bot commented on da3850f Sep 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.