chore: publish workflow
This commit is contained in:
@@ -17,6 +17,10 @@ jobs:
|
|||||||
token: ${{ secrets.CI_PAT_TOKEN }}
|
token: ${{ secrets.CI_PAT_TOKEN }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
- name: Setup git config
|
- name: Setup git config
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "standardci"
|
git config --global user.name "standardci"
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"author": "Standard Notes",
|
"author": "Standard Notes.",
|
||||||
"description": "Standard Notes client release versions",
|
"description": "Standard Notes client release versions",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.19.0 <17.0.0"
|
"node": ">=12.19.0 <17.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user