chore: publish workflow

This commit is contained in:
Mo
2022-06-20 11:04:16 -05:00
parent 4f66c96ac3
commit 5ed29de542
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ jobs:
token: ${{ secrets.CI_PAT_TOKEN }}
fetch-depth: 0
- uses: actions/setup-node@v1
with:
registry-url: 'https://registry.npmjs.org'
- name: Setup git config
run: |
git config --global user.name "standardci"

View File

@@ -6,7 +6,7 @@
"publishConfig": {
"access": "public"
},
"author": "Standard Notes",
"author": "Standard Notes.",
"description": "Standard Notes client release versions",
"engines": {
"node": ">=12.19.0 <17.0.0"