File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
tags : [ 'v*' ]
6
6
7
+ permissions :
8
+ contents : write
9
+
7
10
jobs :
8
11
generate-manifest-json :
9
12
runs-on : ubuntu-latest
29
32
sudo lua -e '
30
33
require("metadata");
31
34
local dkjson = require("dkjson");
32
- PLUGIN.downloadUrl = "https://github.com/${{ github.repository }}/releases/download/v${{ env.VERSION }}/${{ env.REPO_NAME }}_ ${{ env.VERSION }}.zip";
35
+ PLUGIN.downloadUrl = "https://github.com/${{ github.repository }}/releases/download/v${{ env.VERSION }}/${{ env.REPO_NAME }}- ${{ env.VERSION }}.zip";
33
36
local str = dkjson.encode(PLUGIN);
34
37
print(str)' > manifest.json
35
38
cat manifest.json
39
42
name : manifest
40
43
path : manifest.json
41
44
release-plugin-and-manifest :
42
- needs : generate-manifest-json
43
- runs-on : ubuntu-latest
44
- steps :
45
+ needs : generate-manifest-json
46
+ runs-on : ubuntu-latest
47
+ steps :
45
48
- name : Set repo name
46
49
run : |
47
50
echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ PLUGIN = {}
5
5
--- Plugin name
6
6
PLUGIN .name = " dotnet"
7
7
--- Plugin version
8
- PLUGIN .version = " 0.1.0 "
8
+ PLUGIN .version = " 0.1.1 "
9
9
--- Plugin homepage
10
10
PLUGIN .homepage = " https://github.com/version-fox/vfox-dotnet"
11
11
--- Plugin license, please choose a correct license according to your needs.
You can’t perform that action at this time.
0 commit comments