Skip to content

Commit

Permalink
Merge pull request #181 from sirji-ai/combine-actions
Browse files Browse the repository at this point in the history
Fixed github action for publishing the vs code extension
  • Loading branch information
dakshbhardwaj authored Jun 11, 2024
2 parents 2d9e212 + df8e70a commit aba1955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-vscode-marketplace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
npm run package
- name: Publish Extension To VS Marketplace
run:
run: |
cd sirji/vscode-extension
npm run publish -- -p ${{ secrets.VS_MARKETPLACE_PAT }}
env:
Expand Down

0 comments on commit aba1955

Please sign in to comment.