Fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tobias Reisinger 2022-10-23 20:35:10 +02:00
parent acf14232cf
commit 8667959f16
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ pipeline:
image: bitnami/git image: bitnami/git
commands: commands:
- git config --global --add safe.directory /src/reitanlage-oranienburg - git config --global --add safe.directory /src/reitanlage-oranienburg
- git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${CI_COMMIT_TAG}.zip --prefix=reitanlage-oranienburg - git archive --format=zip HEAD -o /src/reitanlage-oranienburg-${CI_COMMIT_TAG}.zip --prefix=reitanlage-oranienburg/
when: when:
event: event:
- tag - tag

View file

@ -1,6 +1,6 @@
{ {
"name": "reitanlage-oranienburg", "name": "reitanlage-oranienburg",
"version": "1.2.6", "version": "1.3.0",
"description": "The Reitanlage Oranienburg Theme for Grav CMS.", "description": "The Reitanlage Oranienburg Theme for Grav CMS.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {