Skip to content

Commit

Permalink
i hate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Apr 6, 2023
1 parent 4443844 commit 34eb14f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build/release
name: Release

on: push
on:
push:
tags:
- v*

jobs:
release:
Expand All @@ -22,4 +25,4 @@ jobs:
uses: samuelmeuli/action-electron-builder@e4b12cd06ddf023422f1ac4e39632bd76f6e6928
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}
RELEASE: true

0 comments on commit 34eb14f

Please sign in to comment.