mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: generate assets for release tags
This commit is contained in:
parent
749af84cbb
commit
aaf64667ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release-assets.yml
vendored
1
.github/workflows/release-assets.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- v[0-9]+.* # roughly matching version numbers
|
||||
- release-*
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue