File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,15 @@ jobs:
27
27
- name : Install nodejs
28
28
uses : actions/setup-node@v3
29
29
with :
30
- node-version : 16
30
+ node-version : ' 16.x'
31
+ registry-url : ' https://npm.pkg.github.com'
31
32
32
33
- run : npm install
33
34
- run : npm run package-turf
35
+ - run : npm publish
36
+ env :
37
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
+
34
39
- name : Validate Gradle wrapper
35
40
uses : gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
36
41
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ecodata-client-plugin" ,
3
- "version" : " 4.0" ,
3
+ "version" : " 6.2" ,
4
+ "repository" : {
5
+ "type" : " git" ,
6
+ "url" : " https://github.com/AtlasOfLivingAustralia/ecodata-client-plugin.git"
7
+ },
4
8
"description" : " Karma / jasmine configuration for testing project javascript" ,
5
9
"main" : " test/unit/javascript" ,
6
10
"private" : true ,
You can’t perform that action at this time.
0 commit comments