smal change
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ gitea.ref }}
|
tag_name: ${{ gitea.ref }}
|
||||||
release_name: Release ${{ gitea.ref }}
|
release_name: Release ${{ gitea.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user