Skip to content

Commit

Permalink
♻️ Rename publish script (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta authored Jan 9, 2024
1 parent 049537d commit 5435906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Publish package to Marketplace 🚀
env:
VSCODE_PAT: ${{ secrets.VSCODE_TOKEN }}
run: npm run publish -- --pat=${{ env.VSCODE_PAT }}
run: npm run publish:vsce -- --pat=${{ env.VSCODE_PAT }}
- name: Publish package to NPM 🚀
env:
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dev": "nodemon --watch src/**",
"prepare": "husky install",
"lint": "prettier --check .",
"publish": "vsce publish"
"publish:vsce": "vsce publish"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down

0 comments on commit 5435906

Please sign in to comment.