Automatically publish new release
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-07-25 10:06:08 +02:00
parent 9a4d71c212
commit cf0207e210
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -2,4 +2,13 @@ pipeline:
build: build:
image: codingworkshop/oscw-runner:latest image: codingworkshop/oscw-runner:latest
commands: commands:
- CORES=8 ./build-linux.sh - CORES=10 ./build-linux.sh
publish:
image: codingworkshop/oscw-runner:latest
secrets:
- OSCW_GITHUB_USERNAME
- OSCW_GITHUB_PASSWORD
when:
event: tag
commands:
- github_publish $OSCW_GITHUB_USERNAME $OSCW_GITHUB_PASSWORD $(ls xtchain-*-linux.tar.zst)