Corrected typo

This commit is contained in:
Chapin Bryce 2020-10-15 08:43:21 -04:00
parent 464aa7d4f9
commit fefe9f2167
No known key found for this signature in database
GPG Key ID: AF835C2DD0747B6C
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}