Added the linux packaging step to only run on a new tag/release
This commit is contained in:
parent
ebc60ce787
commit
e1a8b457d9
@ -15,6 +15,8 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build-linux
|
- npm run build-linux
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
gitea_release:
|
gitea_release:
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
Loading…
Reference in New Issue
Block a user