Skip to content

Commit

Permalink
Changed release action to skip when exists to enable rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
mtirionMSFT committed Nov 21, 2024
1 parent d87398a commit 8d5c13c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Create release
uses: ncipollo/release-action@v1
with:
skipIfReleaseExists: true
artifacts: "./tools.zip"
body: ${{steps.github_release.outputs.changelog}}
tag: "v${{ steps.gitversion.outputs.MajorMinorPatch }}"
Expand Down

0 comments on commit 8d5c13c

Please sign in to comment.