ci(woodpecker): cleaning up typo

This commit is contained in:
D. Moonfire 2022-07-19 19:25:56 -05:00
parent 137784dda6
commit 9b15f8102f

View file

@ -24,7 +24,7 @@ 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 $$CI_COMMIT_SOURCE_BRANCH origin/$$CI_COMMIT_SOURCE_BRANCH # semantic-release needs this locally
- git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally
- nix develop --command scripts/release.sh
secrets:
- gitea_token