diff --git a/.woodpecker.yml b/.woodpecker.yml index e1c7d81..afbd6e2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,6 +17,8 @@ pipeline: image: registry.gitlab.com/dmoonfire/nix-flake-docker:latest commands: - 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 when: branch: main