Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ardittristan committed Dec 2, 2023
1 parent 8dacdc8 commit ad21b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
files: 'module.json'
env:
download: https://github.com/${{github.repository}}/releases/download/${{steps.get-version.outputs.version}}/colorSettings.zip
- run: zip -r ./colorSettings.zip module.json colorSetting.js css/ lib/ lang/ CHANGELOG.md # Add folders/files here
- run: zip -r ./colorSettings.zip module.json colorSetting.js api.js css/ lib/ lang/ CHANGELOG.md # Add folders/files here
- name: Create Release # Create an additional release for this version
id: create_versioned_release
uses: ncipollo/release-action@v1
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "lib - Color Settings",
"name": "colorsettings",
"description": "Library that allows modules to add color settings and forms.",
"version": "3.0.0",
"version": "3.0.1",
"library": true,
"esmodules": [
"colorSetting.js"
Expand Down

0 comments on commit ad21b55

Please sign in to comment.