ci(woodpecker): debugging semantic-release
This commit is contained in:
parent
7e1c7c918b
commit
04b6238dcb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue