Update Gitea release action to use akkuman/gitea-release-action@v1
Some checks failed
Create Release / build-and-release (push) Failing after 6s
Some checks failed
Create Release / build-and-release (push) Failing after 6s
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
README.md
|
README.md
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: https://gitea.com/gitea/release-action@main
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
tag_name: ${{ steps.tag.outputs.VERSION }}
|
tag_name: ${{ steps.tag.outputs.VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user