File tree 3 files changed +13595
-8392
lines changed
3 files changed +13595
-8392
lines changed Original file line number Diff line number Diff line change @@ -103,20 +103,22 @@ jobs:
103
103
dist/built/geo.lean.js
104
104
dist/built/geo.lean.min.js
105
105
deploy-npm :
106
- if : ${{ startswith(github.ref, 'refs/tags/') }}
106
+ # if: ${{ startswith(github.ref, 'refs/tags/') }}
107
107
needs : build
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- uses : actions/checkout@v2
111
111
- uses : actions/setup-node@v2
112
112
with :
113
113
node-version : 15.x
114
+ - run : npm ci
114
115
- name : Import artifacts
115
116
uses : actions/download-artifact@v2
116
117
with :
117
118
name : dist
118
119
path : dist
119
- - uses : JS-DevTools/npm-publish@v1
120
- with :
121
- token : ${{ secrets.NPM_TOKEN }}
122
- dry-run : true
120
+ - name : Release
121
+ env :
122
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
124
+ run : npx semantic-release
You can’t perform that action at this time.
0 commit comments