Skip to content

Commit 751671b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
working-directory: bin/Release
101101
- run: 7z a ${{ github.event.repository.name }}.zip ${{ github.workspace }}/bin/Release/*
102102
- run: dotnet nuget push "**/*.nupkg" -s 'https://api.nuget.org/v3/index.json' -k ${{ secrets.NUGET }}
103-
- uses: ncipollo/release-action@v1.16.0
103+
- uses: ncipollo/release-action@v1.19.1
104104
with:
105105
allowUpdates: true
106106
artifactErrorsFailBuild: true

0 commit comments

Comments
 (0)