Release at each commit, release will now override the old one
All checks were successful
Upload release / build (push) Successful in 3s
All checks were successful
Upload release / build (push) Successful in 3s
This commit is contained in:
parent
0a790e8a75
commit
a61cc02c42
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,7 @@ name: Upload release
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -18,4 +17,6 @@ jobs:
|
|||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
token: ${{ secrets.TOKEN }}
|
||||
name: Latest version
|
||||
tag_name: latest
|
||||
files: horoscope.bat
|
||||
|
|
Loading…
Reference in a new issue