Skip to content

Commit

Permalink
chore: Add skip duplicate to publishing (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 6, 2023
1 parent f3f0fe4 commit 577b2fd
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 @@ -58,7 +58,7 @@ jobs:
- name: Publish VSCE
run: |
cd $EXTENSION_DIR
npx vsce publish -p ${{ secrets.VSCE_TOKEN }} || echo "PUB_FAIL_VSCE=true" >> $GITHUB_ENV
npx vsce publish --skip-duplicate -p ${{ secrets.VSCE_TOKEN }} || echo "PUB_FAIL_VSCE=true" >> $GITHUB_ENV
- name: Check Publish Result VSCE
if: ${{ env.PUB_FAIL_VSCE }}
Expand Down

0 comments on commit 577b2fd

Please sign in to comment.