Skip to content

Commit

Permalink
Fix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Apr 4, 2023
1 parent 21d019a commit 717767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Run Electron Builder
uses: samuelmeuli/action-electron-builder@ve4b12cd06ddf023422f1ac4e39632bd76f6e6928
uses: samuelmeuli/action-electron-builder@e4b12cd06ddf023422f1ac4e39632bd76f6e6928
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit 717767d

Please sign in to comment.