consolesmods/.drone.yml
Sthope 67260a2559
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2023-08-28 19:13:07 +02:00

30 lines
521 B
YAML

kind: pipeline
name: release
trigger:
release: true
steps:
# - name: checkout
# image: plugins/git
# settings:
# repo: https://github.com/insignia-live/setup-assistant-release.git
- name: run
image: node:14
commands:
- npm install axios
- node tools/check_version.js
when:
event:
exclude:
- tag
- name: newRelease
image: alpine
commands:
- echo "test - new release found"
when:
event:
include:
- tag