Skip to content

Commit

Permalink
Test3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaiyiMei committed Jun 27, 2024
1 parent 6c8515e commit f85267d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,5 @@ jobs:
python -m xrfeitoria.utils.publish_plugins update-plugin-info
# Commit changes
git add .
git commit -m "[bot] Update plugin info"
- name: Push changes
uses: ad-m/github-push-action@master

# - name: suggester / Leave comments on PRs
# uses: reviewdog/action-suggester@v1
- name: suggester / Leave comments on PRs
uses: reviewdog/action-suggester@v1
4 changes: 2 additions & 2 deletions src/XRFeitoriaBpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
bl_info = {
'name': 'XRFeitoriaBpy',
'author': 'OpenXRLab',
'version': (0, 6, 3),
'version': (0, 6, 2),
'blender': (3, 3, 0),
'category': 'Tools',
}
__version__ = version = '0.6.3'
__version__ = version = '0.6.2'


def register():
Expand Down
5 changes: 0 additions & 5 deletions xrfeitoria/utils/plugin_infos.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"0.6.3": {
"XRFeitoria": "0.6.3",
"XRFeitoriaBpy": "0.6.3",
"XRFeitoriaUnreal": "0.6.2"
},
"0.6.2": {
"XRFeitoria": "0.6.2",
"XRFeitoriaBpy": "0.6.2",
Expand Down

0 comments on commit f85267d

Please sign in to comment.