We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8193189 commit 3d22e4eCopy full SHA for 3d22e4e
.github/workflows/release.yml
@@ -89,6 +89,7 @@ jobs:
89
NPM_TOKEN: ${{ secrets.RSLINT_NPM_TOKEN }}
90
run: |
91
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
92
+ pnpm build:npm
93
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
94
95
- name: Build and publish to Microsoft VS Code Marketplace
0 commit comments