Compare commits

..

2 Commits

Author SHA1 Message Date
bbdc06b4c1 Fix command formatting in Woodpecker CI configuration
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:51:18 +01:00
3bf5e3d4ab Fix Woodpecker CI configuration format
Some checks failed
Build Release / Build and Create Release (push) Has been cancelled
2025-04-07 05:50:19 +01:00

View File

@ -1,4 +1,4 @@
pipeline:
steps:
build:
image: alpine:latest
commands:
@ -13,7 +13,7 @@ pipeline:
- cd build
- zip -r ../plugin-reference-cleaner-$VERSION.zip plugin-reference-cleaner
- cd ..
- echo "Build completed: plugin-reference-cleaner-$VERSION.zip"
- echo "Build completed - plugin-reference-cleaner-$VERSION.zip"
- ls -la *.zip
release:
@ -25,15 +25,8 @@ pipeline:
base_url: https://gitea.wpallstars.com
files:
- plugin-reference-cleaner-*.zip
title: Release ${CI_COMMIT_TAG}
note: |
Plugin Reference Cleaner ${CI_COMMIT_TAG}
See [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details.
when:
event: tag
tag: v*
title: "Release ${CI_COMMIT_TAG}"
note: "Plugin Reference Cleaner ${CI_COMMIT_TAG}\n\nSee [CHANGELOG.md](https://gitea.wpallstars.com/wpallstars/plugin-reference-cleaner/src/branch/main/CHANGELOG.md) for details."
when:
event: tag
tag: v*