Skip to content

Commit

Permalink
Merge pull request #79 from Ellerbach/mtirion/fix-nuget-publish
Browse files Browse the repository at this point in the history
Changed release action to skip when exists to enable rerun
  • Loading branch information
mtirionMSFT authored Nov 21, 2024
2 parents d87398a + 8d5c13c commit 8b09e09
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 8b09e09

Please sign in to comment.