Skip to content

Commit 958921f

Browse files
build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 (#1540)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.5.0 to 2.6.1. - [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@v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c010ea5 commit 958921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
inputs: ./echidna-*.tar.gz
108108

109109
- name: Create GitHub release and upload binaries
110-
uses: softprops/action-gh-release@v2.5.0
110+
uses: softprops/action-gh-release@v2.6.1
111111
with:
112112
draft: true
113113
name: "Echidna ${{ needs.nixBuild.outputs.version }}"

0 commit comments

Comments
 (0)