Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed May 11, 2020
1 parent 71ef367 commit 8453a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
VSCODE_MARKETPLACE_TOKEN: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
run: |
npm install
npm run deploy -p $VSCODE_MARKETPLACE_TOKEN
npm run deploy -- -p $VSCODE_MARKETPLACE_TOKEN
publish-crate:
name: Publish crate
Expand Down

0 comments on commit 8453a60

Please sign in to comment.