Skip to content

Commit

Permalink
Merge pull request #7 from jerryliang122/workflows
Browse files Browse the repository at this point in the history
v1.1
  • Loading branch information
jerryliang122 authored Feb 20, 2023
2 parents 387ccd5 + 3467d61 commit bff8dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ github.event.pull_request.title }}
release_name: Release ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit bff8dad

Please sign in to comment.