Corrected typo
This commit is contained in:
parent
464aa7d4f9
commit
fefe9f2167
|
@ -45,7 +45,7 @@ jobs:
|
|||
- name: Create release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
|
|
Loading…
Reference in New Issue