diff --git a/.woodpecker.yml b/.woodpecker.yml index ac6bb43..2417dc7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -22,19 +22,6 @@ pipeline: when: event: push - gitea_release: - image: bash - secrets: - - api_key - commands: - - export PRERELEASE=true - - cd scripts - - chmod +x git_release.py - - pip install giteapy - - python git_release.py --token "$API_KEY" --message "${CI_COMMIT_MESSAGE}" --prerelease $PRERELEASE --tag "${CI_COMMIT_TAG}" - when: - event: tag - rebuild-cache-with-filesystem: image: bash commands: