Skip to content

Commit 3a665ba

Browse files
Bump softprops/action-gh-release from 1 to 2 (#113)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9f759f commit 3a665ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dotnet nuget push IntelliTect.TestTools.Selenate.$tagVersion.nupkg --source https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate
6969
id: tag-version
7070
- name: Upload nupkg to Releases
71-
uses: softprops/action-gh-release@v1
71+
uses: softprops/action-gh-release@v2
7272
with:
7373
fail_on_unmatched_files: true
7474
generate_release_notes: true

0 commit comments

Comments
 (0)