Skip to content

Commit

Permalink
Test fix update changing schemaversion
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveModding committed Sep 22, 2024
1 parent c307f32 commit b558948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Update blender_manifest.toml
working-directory: MeddleTools/
run: |
sed -i "s/version = \".*\"/version = \"${{ github.ref_name }}\"/g" blender_manifest.toml
sed -i "s/^version = .*/version = \"${{ github.ref_name }}\"/" blender_manifest.toml
- name: Zip Blender Plugin
working-directory: MeddleTools/
Expand Down
2 changes: 1 addition & 1 deletion MeddleTools/blender_manifest.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
schema_version = "0.0.2"
schema_version = "0.0.1"

id = "meddle_tools"
version = "0.0.2"
Expand Down

0 comments on commit b558948

Please sign in to comment.