Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Sep 1, 2023
1 parent 037ef41 commit af65b48
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
# - name: Run Deploy
# run: npx tsx ./scripts/deploy.ts

- name: Publish to NPM
run: npm publish --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish to NPM
# run: npm publish --ignore-scripts
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to VSCE
run: vsce publish -p ${{ env.VSCE_TOKEN }}
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
# - name: Publish to VSCE
# run: vsce publish -p ${{ env.VSCE_TOKEN }}
# env:
# VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

- name: Publish to OVSX
run: ovsx publish -p ${{ env.VSCE_TOKEN }}
run: ovsx publish -p ${{ env.OVSX_TOKEN }}
env:
OVSX_TOKEN: ${{ secrets.OVSX_TOKEN }}

0 comments on commit af65b48

Please sign in to comment.