Skip to content

Commit

Permalink
fix: pass in always to electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanberger committed Jul 22, 2021
1 parent 0463646 commit ee64328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

# Always publish to S3
args: "-p always"
env:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "figma-discord-presence",
"productName": "Figma Discord Presence",
"version": "1.1.2",
"version": "1.1.3",
"description": "Discord Rich Presence for Figma",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit ee64328

Please sign in to comment.