We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ea5a3 commit 6f0aeb1Copy full SHA for 6f0aeb1
.github/workflows/dotnet.yml
@@ -207,7 +207,7 @@ jobs:
207
# https://github.com/marketplace/actions/create-release
208
- name: Create release with artifact
209
if: success() && needs.version.outputs.TagNoV && steps.StepBump.outputs.new_tag
210
- uses: ncipollo/release-action@v1.14.0
+ uses: ncipollo/release-action@v1.15.0
211
with:
212
name: ${{ needs.version.outputs.TagNoV }}
213
tag: ${{ steps.StepBump.outputs.new_tag }}
0 commit comments