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