Commit 6e9ecf89 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(ci): Set tags only again

Set tags only again
Showing with 1 addition and 1 deletion
+1 -1
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
build-release: build-release:
stage: tarballs stage: tarballs
only: only:
- master - tags
script: script:
- VERSION=$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"') - VERSION=$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')
- mkdir ../fusiondirectory-plugins-$VERSION/ - mkdir ../fusiondirectory-plugins-$VERSION/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment