File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0
25
- token : ${{ secrets.PAT }}
26
25
27
26
- name : Set up Git
28
27
run : |
80
79
- name : Push changes
81
80
uses : ad-m/github-push-action@master
82
81
with :
83
- github_token : ${{ secrets.PAT }}
82
+ github_token : ${{ github.token }}
84
83
tags : true
85
84
86
85
- name : Upload binaries to release
Original file line number Diff line number Diff line change 1
1
{
2
2
"identifier" : " yetone.openai.translator" ,
3
3
"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
+ },
4
11
{
5
12
"version" : " 3.3.0" ,
6
13
"desc" : " Fix Gemini streaming text loss and improve stability" ,
Original file line number Diff line number Diff line change 167
167
}
168
168
],
169
169
"summary" : " AI powered translator" ,
170
- "version" : " 3.3.0 "
170
+ "version" : " 3.3.1 "
171
171
}
You can’t perform that action at this time.
0 commit comments