Skip to content

Commit 5a41713

Browse files
committed
Trying to publish js for #207
1 parent 8f89ba5 commit 5a41713

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/build.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,15 @@ jobs:
2727
- name: Install nodejs
2828
uses: actions/setup-node@v3
2929
with:
30-
node-version: 16
30+
node-version: '16.x'
31+
registry-url: 'https://npm.pkg.github.com'
3132

3233
- run: npm install
3334
- run: npm run package-turf
35+
- run: npm publish
36+
env:
37+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
3439
- name: Validate Gradle wrapper
3540
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
3641

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"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+
},
48
"description": "Karma / jasmine configuration for testing project javascript",
59
"main": "test/unit/javascript",
610
"private": true,

0 commit comments

Comments
 (0)