Skip to content

Commit

Permalink
Add --p never to yarn build commands so it doesn't try to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnybod authored Apr 14, 2020
1 parent 398d3d5 commit ea72520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Build project
run: |
yarn
yarn electron:build:mac
yarn electron:build:mac --p never
- name: Upload Release Asset Mac
id: upload-release-asset-mac
uses: actions/upload-release-asset@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Build project
run: |
yarn
yarn electron:build:lin
yarn electron:build:lin --p never
- name: Upload Release Asset Linux
id: upload-release-asset-linux
uses: actions/upload-release-asset@v1
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Build project
run: |
yarn
yarn electron:build:win
yarn electron:build:win --p never
- name: Upload Release Asset Windows
id: upload-release-asset-windows
uses: actions/upload-release-asset@v1
Expand All @@ -79,4 +79,4 @@ jobs:
asset_name: starkiller Setup ${{ steps.get_version.outputs.VERSION }}.exe
asset_content_type: application/octet-stream

# useful: https://developer.github.com/v3/repos/releases/#get-a-single-release
# useful: https://developer.github.com/v3/repos/releases/#get-a-single-release

0 comments on commit ea72520

Please sign in to comment.