Adding event: tag to the asset packaging step
This commit is contained in:
@ -16,6 +16,8 @@ pipeline:
|
||||
image: alpine
|
||||
commands:
|
||||
- tar -cvzf "dist/blt-assets-${CI_COMMIT_TAG}.tar.gz" public/
|
||||
when:
|
||||
event: tag
|
||||
|
||||
gitea_release:
|
||||
image: plugins/gitea-release
|
||||
|
Reference in New Issue
Block a user