Skip to content

Commit ef5f76c

Browse files
authored
Merge pull request #1827 from forcedotcom/m2d/v5.1.0
Main2Dev @W-18394670@ Merging main to dev after v5.1.0
2 parents af4cd90 + ea05a25 commit ef5f76c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
INPUTS_NPM_TAG: latest-rc # Publish as a release candidate, so we can do our validations against it.
8383
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
8484
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
85+
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
8586
# Step 3: Run smoke tests against the release candidate.
8687
rc-test:
8788
needs: publish-rc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-code-analyzer",
33
"description": "Static code scanner that applies quality and security rules to Apex code, and provides feedback.",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"author": "Salesforce Code Analyzer Team",
66
"bugs": "https://github.com/forcedotcom/code-analyzer/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)