This commit is contained in:
@@ -65,8 +65,10 @@ jobs:
|
||||
git push origin ${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Create Gitea Release
|
||||
uses: gitea/release-action@v1
|
||||
uses: gitea.com/actions/gitea-release-action@v1
|
||||
with:
|
||||
server_url: https://git.daemonlord.ru
|
||||
repository: ${{ gitea.repository }}
|
||||
token: ${{ secrets.API_TOKEN }}
|
||||
tag_name: ${{ steps.version.outputs.version }}
|
||||
name: Release ${{ steps.version.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user