diff --git a/.github/workflows/version-bump.yml b/.github/workflows/publish.yml similarity index 94% rename from .github/workflows/version-bump.yml rename to .github/workflows/publish.yml index 6e8e5410c..10c228cd6 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/publish.yml @@ -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" diff --git a/packages/releases/package.json b/packages/releases/package.json index 68d6ab6e1..29a3bc4cc 100644 --- a/packages/releases/package.json +++ b/packages/releases/package.json @@ -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"