Skip to content

Commit

Permalink
chore: remove draft publish env variable from electron builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
kambydyne committed Aug 16, 2021
1 parent b65d34d commit f8473fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/monokle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ jobs:
npm exec -c "electron-builder --publish \"always\""
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
EP_DRAFT: true
EP_PRE_RELEASE: true

# Check Binary Size
Expand Down Expand Up @@ -163,7 +162,6 @@ jobs:
npm exec -c 'electron-builder --publish "always"'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
EP_DRAFT: true
EP_PRE_RELEASE: true

# Check Binary Size
Expand Down

0 comments on commit f8473fa

Please sign in to comment.