Skip to content

Commit 0b6ca85

Browse files
authored
Merge pull request #48 from skst/dependabot/github_actions/ncipollo/release-action-1.15.0
Bump ncipollo/release-action from 1.14.0 to 1.15.0
2 parents 09ea5a3 + 6f0aeb1 commit 0b6ca85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
# https://github.com/marketplace/actions/create-release
208208
- name: Create release with artifact
209209
if: success() && needs.version.outputs.TagNoV && steps.StepBump.outputs.new_tag
210-
uses: ncipollo/release-action@v1.14.0
210+
uses: ncipollo/release-action@v1.15.0
211211
with:
212212
name: ${{ needs.version.outputs.TagNoV }}
213213
tag: ${{ steps.StepBump.outputs.new_tag }}

0 commit comments

Comments
 (0)