Added the linux packaging step to only run on a new tag/release

This commit is contained in:
Gregory Ballantine 2022-05-22 16:00:58 -04:00
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