Skip to content

Commit a41578d

Browse files
github-actions[bot]liby
authored andcommitted
chore: update appcast.json and info.json
1 parent 24ba336 commit a41578d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
token: ${{ secrets.PAT }}
2625

2726
- name: Set up Git
2827
run: |
@@ -80,7 +79,7 @@ jobs:
8079
- name: Push changes
8180
uses: ad-m/github-push-action@master
8281
with:
83-
github_token: ${{ secrets.PAT }}
82+
github_token: ${{ github.token }}
8483
tags: true
8584

8685
- name: Upload binaries to release

appcast.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
22
"identifier": "yetone.openai.translator",
33
"versions": [
4+
{
5+
"version": "3.3.1",
6+
"desc": "Update model options",
7+
"sha256": "8aa2aa1b8c318aa261be24447a737e4d30dec8b2e01b68976e361a159d43ad57",
8+
"url": "https://github.com/openai-translator/bob-plugin-openai-translator/releases/download/v3.3.1/openai-translator-3.3.1.bobplugin",
9+
"minBobVersion": "1.8.0"
10+
},
411
{
512
"version": "3.3.0",
613
"desc": "Fix Gemini streaming text loss and improve stability",

public/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@
167167
}
168168
],
169169
"summary": "AI powered translator",
170-
"version": "3.3.0"
170+
"version": "3.3.1"
171171
}

0 commit comments

Comments
 (0)