Skip to content

Commit 3227a4a

Browse files
committed
Merge branch 'main' of github.com:inlang/monorepo
2 parents db34163 + 7c7fd95 commit 3227a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ide-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
DOPPLER_TOKEN: ${{ secrets.DOPPLER_PRODUCTION_ENV_TOKEN }}
5252

5353
- name: Publish to Visual Studio Code Marketplace
54-
run: VSCE_TOKEN=${{ secrets.VSCODE_MARKETPLACE_TOKEN }} pnpm --filter vs-code-extension run publish
54+
run: pnpm --filter vs-code-extension run publish -p ${{secrets.VSCODE_MARKETPLACE_TOKEN}}
5555
working-directory: ./inlang/packages/sherlock
5656
env:
5757
VSCE_TOKEN: ${{secrets.VSCODE_MARKETPLACE_TOKEN}}

0 commit comments

Comments
 (0)