Skip to content

Commit ce52b0b

Browse files
(dependabot): Bump ncipollo/release-action from 1.14.0 to 1.16.0
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.14.0...v1.16.0) --- updated-dependencies: - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11d1392 commit ce52b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag-creates-nuget-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
}
8181
8282
- name: Release [${{ github.ref_name }}]
83-
uses: ncipollo/release-action@v1.14.0
83+
uses: ncipollo/release-action@v1.16.0
8484
with:
8585
name: ${{ github.event.repository.name }} ${{ steps.getVer.outputs.result }}
8686
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)