diff --git a/.woodpecker.yml b/.woodpecker.yml index 5bc689b..ae2d5e6 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,9 +18,9 @@ pipeline: commands: - export DRONE="true" # Required to convince `env-ci` that it is a known CI - git branch $DRONE_BRANCH origin/$DRONE_BRANCH # semantic-release needs this locally - - git branch -a - - git tag --merged main - nix develop --command scripts/release.sh + secrets: + - gitea_token when: branch: main gitea: