diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1720c6c4..3f7336c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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') }} diff --git a/app/package.json b/app/package.json index 726cf93f..12f36217 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "marv", - "version": "0.4.3", + "version": "0.4.4", "description": "Marv - Twitch Bot", "repository": "github:skarab42/marv", "author": "skarab42 ", diff --git a/package.json b/package.json index f39ff984..7e64f030 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marv", - "version": "0.4.3", + "version": "0.4.4", "description": "Marv - Twitch Bot", "repository": "github:skarab42/marv", "author": "skarab42 ",