Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leahwicz authored Jun 30, 2021
1 parent 04fa11d commit 7b5b972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Create GitHub release
uses: actions/create-release@v1
env:
IS_PRERELEASE: ${{ contains(env.version_number, 'rc') || ontains(env.version_number, 'b') }}
IS_PRERELEASE: ${{ contains(env.version_number, 'rc') || contains(env.version_number, 'b') }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: v${{env.version_number}}
Expand Down

0 comments on commit 7b5b972

Please sign in to comment.