Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from cloudmaker97/cloudmaker97-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmaker97 authored Jul 25, 2024
2 parents f1ca984 + bf87005 commit 390706c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ jobs:
working-directory: ./frontend/webpack
run: rm -rf node_modules

- name: version
id: get_version
uses: michmich112/extract-version@main
with:
version-file: info.xml
schema: major.minor.build

- name: zip
run: |
mkdir temp_dir
Expand All @@ -53,4 +46,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ./${{ env.PLUGIN_NAME }}.zip
files: ./${{ env.PLUGIN_NAME }}.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## ⚠️ Einstellung der Entwicklung ⚠️

Dieses Plugin erhält keine weiteren Updates mehr, da ich keine Zeit mehr für die Weiterentwicklung habe. Es kann nicht sichergestellt werden, dass dieses Plugin mit den Versionen von JTL-Shop einwandfrei funktioniert oder sogar Kompatiblität gewährleistet ist.
Dieses Plugin erhält keine weiteren Updates mehr, da ich keine Zeit mehr für die Weiterentwicklung habe. Es kann nicht sichergestellt werden, dass dieses Plugin mit den Versionen von JTL-Shop einwandfrei funktioniert oder sogar Kompatiblität gewährleistet ist.

## Allgemeines

Expand Down

0 comments on commit 390706c

Please sign in to comment.