From 717767d635e1c61597975799661577348434c9d6 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Tue, 4 Apr 2023 02:07:10 +0200 Subject: [PATCH] Fix action version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7488146..b63fdf5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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') }}