Skip to content

Commit 6f0aeb1

Browse files
Bump ncipollo/release-action from 1.14.0 to 1.15.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09ea5a3 commit 6f0aeb1

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)