Skip to content

Commit

Permalink
ci: Add skipIfReleaseExists
Browse files Browse the repository at this point in the history
  • Loading branch information
sboulema committed Jan 1, 2025
1 parent 4df14f9 commit bbd0cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
name: ${{ steps.tag_release.outputs.new_tag }}
body: ${{ steps.tag_release.outputs.changelog }}
artifacts: "**/*.vsix"
skipIfReleaseExists: true

- name: Publish to Marketplace - VS2019
uses: cezarypiatek/[email protected]
Expand Down

0 comments on commit bbd0cc2

Please sign in to comment.