diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 4db28fd9a1..b75df64879 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -41,6 +41,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - uses: actions/setup-node@v3 + with: + node-version: 16 + registry-url: 'https://registry.npmjs.org' - run: npm publish --access public working-directory: npm-distribution env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e446ba5b..4feee8facf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ All notable changes to `src-cli` are documented in this file. ### Removed -## 3.40.3 +## 3.40.4 ### Added diff --git a/npm-distribution/package.json b/npm-distribution/package.json index 2f0acf4555..ccf08e3c4b 100644 --- a/npm-distribution/package.json +++ b/npm-distribution/package.json @@ -1,6 +1,6 @@ { "name": "@sourcegraph/src", - "version": "3.40.3", + "version": "3.40.4", "description": "Sourcegraph CLI", "repository": "git@github.com:sourcegraph/src-cli.git", "author": "Code Intelligence at Sourcegraph",