Commit 27e9fcd 1 parent 736de1e commit 27e9fcd Copy full SHA for 27e9fcd
File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,11 @@ jobs:
36
36
37
37
- name : Create GitHub release
38
38
id : create-release
39
- uses : actions/create- release@v1
39
+ uses : softprops/action-gh- release@v2
40
40
with :
41
41
tag_name : " v${{ env.version }}"
42
42
release_name : " ${{ env.version }}"
43
43
body : " Release for version ${{ env.version }}"
44
- draft : false
45
- prerelease : false
46
44
env :
47
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
48
46
77
75
run : |
78
76
cd dist
79
77
zip -r ../artifact.zip *
80
-
81
78
if : runner.os != 'Windows'
82
79
83
80
- name : Upload release asset
Original file line number Diff line number Diff line change 3
3
"displayName" : " Clippy" ,
4
4
"productName" : " Clippy" ,
5
5
"description" : " Clipboard manager with RPC" ,
6
- "version" : " 0.12 .0" ,
6
+ "version" : " 0.13 .0" ,
7
7
"author" : " AndreasArvidsson" ,
8
8
"license" : " MIT" ,
9
9
"main" : " out/main.js" ,
You can’t perform that action at this time.
0 commit comments