Commit feee7b0 1 parent 1b771d9 commit feee7b0 Copy full SHA for feee7b0
File tree 1 file changed +11
-11
lines changed
projects/publish-wasm32-wasi
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- name : ' Rust Auto Publish'
2
- description : ' Auto publish rust binary to github release'
3
- author :
' Aster <[email protected] >'
1
+ name : Rust Auto Publish
2
+ description : Auto publish rust binary to github release
3
+
4
4
branding :
5
- icon : ' package'
6
- color : ' orange'
5
+ icon : package
6
+ color : orange
7
7
runs :
8
- using : ' node20'
9
- main : ' projects/publish-wasm32-wasi/ rust-publish.js'
8
+ using : node20
9
+ main : rust-publish.js
10
10
env :
11
- GITHUB_TOKEN : " As provided by Github Actions"
11
+ GITHUB_TOKEN : As provided by Github Actions
12
12
inputs :
13
13
github :
14
- description : ' Publish to github release'
14
+ description : Publish to github release
15
15
required : false
16
16
default : ' {json}'
17
17
crates :
18
- description : ' Publish to crates'
18
+ description : Publish to crates
19
19
required : false
20
20
default : ' {json}'
21
21
npm :
22
- description : ' Publish to npm'
22
+ description : Publish to npm
23
23
required : false
24
24
default : ' {json}'
25
25
outputs :
You can’t perform that action at this time.
0 commit comments