From 3db3e398eb621a4fa6e5bb8ec8e2693de570a930 Mon Sep 17 00:00:00 2001 From: HackXIt Date: Mon, 27 Nov 2023 23:22:07 +0100 Subject: [PATCH] Fix unavailable resource during integration --- .github/workflows/ci_exe_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_exe_windows.yml b/.github/workflows/ci_exe_windows.yml index 5b1f75e..3a2dc4b 100644 --- a/.github/workflows/ci_exe_windows.yml +++ b/.github/workflows/ci_exe_windows.yml @@ -42,7 +42,7 @@ jobs: id: create_release uses: actions/create-release@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: pre-release-${{ github.ref_name }}-${{ github.sha }}-${{ github.run_number }} release_name: SpeechJokey Build (Windows) - ${{ github.ref_name }} @ ${{ github.sha }}