Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Nov 20, 2020
1 parent 734eef1 commit 0cf1843
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
args: -c.snap.publish=github
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

# 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') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marv",
"version": "0.4.3",
"version": "0.4.4",
"description": "Marv - Twitch Bot",
"repository": "github:skarab42/marv",
"author": "skarab42 <skarab42@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marv",
"version": "0.4.3",
"version": "0.4.4",
"description": "Marv - Twitch Bot",
"repository": "github:skarab42/marv",
"author": "skarab42 <skarab42@users.noreply.github.com>",
Expand Down

0 comments on commit 0cf1843

Please sign in to comment.