Skip to content

Commit

Permalink
update appcast.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Feb 21, 2023
1 parent 7afdfba commit ca113a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@ jobs:
- name: Package plugin
run: mkdir release && zip -j -r release/openai-translator-${{ steps.get_version.outputs.version-without-v }}.bobplugin ./src/*

- run: git checkout -- src/

- name: Update appcast.json
run: |
python3 scripts/update_appcast.py ${{ steps.get_version.outputs.version-without-v }}
- name: Commit files
run: |
git config --global user.name 'OpenL'
git config --global user.email '[email protected]'
git config --global user.name 'yetone'
git config --global user.email '[email protected]'
git add .
git commit -am 'update appcast.json'
Expand Down
12 changes: 10 additions & 2 deletions appcast.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"identifier": "yetone.openai.translator",
"versions": []
}
"versions": [
{
"version": "0.0.6",
"desc": "https://github.com/yetone/bob-plugin-openai-translator/releases/tag/v0.0.6",
"sha256": "979a3db1a4ebde0475a79b267f8d05f7f940f38325daabdf0cecb73030102ca6",
"url": "https://github.com/yetone/bob-plugin-openai-translator/releases/download/v0.0.6/openai-translator-0.0.6.bobplugin",
"minBobVersion": "0.5.0"
}
]
}

0 comments on commit ca113a1

Please sign in to comment.