File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : CodeMeta2CFF
2
+
3
+ on :
4
+ push :
5
+ tags :
6
+ - v*
7
+ workflow_dispatch :
8
+ inputs :
9
+ reason :
10
+ description : ' Reason'
11
+ required : false
12
+ default : ' Manual trigger'
13
+
14
+ jobs :
15
+ CodeMeta2CFF :
16
+ runs-on : ubuntu-20.04
17
+ steps :
18
+ - name : Checkout
19
+ uses : actions/checkout@v2
20
+ - name : Convert CFF
21
+ uses : caltechlibrary/codemeta2cff@main
22
+ - name : Commit CFF
23
+ uses : EndBug/add-and-commit@v7
24
+ with :
25
+ message : ' Add CITATION.cff for release'
26
+ add : ' CITATION.cff'
27
+ branch : ' main'
Original file line number Diff line number Diff line change 6
6
"codeRepository" : " https://github.com/caltechlibrary/epxml_to_datacite" ,
7
7
"issueTracker" : " https://github.com/caltechlibrary/epxml_to_datacite/issues" ,
8
8
"license" : " https://data.caltech.edu/license" ,
9
- "version" : " 0.14 .0" ,
9
+ "version" : " 1.1 .0" ,
10
10
"author" : [
11
11
{
12
12
"@type" : " Person" ,
You can’t perform that action at this time.
0 commit comments