Update main.yml
This commit is contained in:
parent
8a76f69883
commit
15cae3adf1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -129,6 +129,8 @@ jobs:
|
|||
name: Create a Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
# The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag
|
||||
tag_name: ${{ github.GITHUB_REF }}
|
||||
|
|
Loading…
Reference in a new issue