generated from ztimson/template
This commit is contained in:
@@ -15,12 +15,9 @@ jobs:
|
||||
|
||||
- name: Install & Build
|
||||
run: npm i && npm run build
|
||||
working-directory: lib
|
||||
|
||||
- name: Upload to Registry
|
||||
uses: ztimson/actions/npm/publish@develop
|
||||
with:
|
||||
working-directory: lib
|
||||
|
||||
- name: Upload to NPM
|
||||
uses: ztimson/actions/npm/publish@develop
|
||||
@@ -28,4 +25,3 @@ jobs:
|
||||
owner: ztimson
|
||||
registry: https://registry.npmjs.org/
|
||||
token: ${{secrets.NPM_TOKEN}}
|
||||
working-directory: lib
|
||||
|
||||
Reference in New Issue
Block a user