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.
2 parents db34163 + 7c7fd95 commit 3227a4aCopy full SHA for 3227a4a
.github/workflows/publish-ide-extension.yml
@@ -51,7 +51,7 @@ jobs:
51
DOPPLER_TOKEN: ${{ secrets.DOPPLER_PRODUCTION_ENV_TOKEN }}
52
53
- name: Publish to Visual Studio Code Marketplace
54
- run: VSCE_TOKEN=${{ secrets.VSCODE_MARKETPLACE_TOKEN }} pnpm --filter vs-code-extension run publish
+ run: pnpm --filter vs-code-extension run publish -p ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
55
working-directory: ./inlang/packages/sherlock
56
env:
57
VSCE_TOKEN: ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
0 commit comments