Skip to content

Commit

Permalink
Test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
toby-thanathip committed Jun 17, 2022
1 parent 7f51780 commit e38cd10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
run: echo ${{env.VERSION_NAME}}

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{env.VERSION_NAME}}
release_name: ${{env.VERSION_NAME}}

0 comments on commit e38cd10

Please sign in to comment.