Skip to content

Commit

Permalink
chore: ovsx -- skip if already published. (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2023
1 parent b16de4e commit 492db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Publish OVSX
run: |
cd $EXTENSION_DIR
npx ovsx publish -p ${{ secrets.OVSX_TOKEN }} || echo "PUB_FAIL_OVSX=true" >> $GITHUB_ENV
npx ovsx publish --skip-duplicate -p ${{ secrets.OVSX_TOKEN }} || echo "PUB_FAIL_OVSX=true" >> $GITHUB_ENV
- name: Check Publish Result OVSX
if: ${{ env.PUB_FAIL_OVSX }}
Expand Down

0 comments on commit 492db30

Please sign in to comment.