Skip to content

Commit

Permalink
Fix unavailable resource during integration
Browse files Browse the repository at this point in the history
  • Loading branch information
HackXIt committed Nov 27, 2023
1 parent 7682f58 commit 3db3e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_exe_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3db3e39

Please sign in to comment.