Fix action version

This commit is contained in:
Vendicated 2023-04-04 02:07:10 +02:00
parent 21d019a6c2
commit 717767d635
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -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') }}