ci(woodpecker): debugging semantic-release

This commit is contained in:
D. Moonfire 2022-07-14 15:21:35 -05:00
parent 7e1c7c918b
commit 04b6238dcb

View file

@ -17,6 +17,8 @@ pipeline:
image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest
commands: commands:
- export DRONE="true" # Required to convince `env-ci` that it is a known CI - export DRONE="true" # Required to convince `env-ci` that it is a known CI
- git branch -a
- git tag --merged main
- nix develop --command scripts/release.sh - nix develop --command scripts/release.sh
when: when:
branch: main branch: main