diff --git a/.woodpecker.yml b/.woodpecker.yml index 375abe3..f25c389 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,6 +18,8 @@ pipeline: prepare_zip: image: bitnami/git commands: + - git add -f dist/ + - git commit -m 'TEMP FOR CI' - 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/ when: diff --git a/blueprints.yaml b/blueprints.yaml index 3325bd9..e2ef1bf 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: Reitanlage Oranienburg -version: 1.4.1 +version: 1.4.2 description: Design der Reitanlage Oranienburg icon: rebel author: diff --git a/package.json b/package.json index 7225312..2887d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reitanlage-oranienburg", - "version": "1.4.1", + "version": "1.4.2", "description": "The Reitanlage Oranienburg Theme for Grav CMS.", "main": "index.js", "scripts": {