Skip to content

Commit fe2d473

Browse files
build(deps): bump softprops/action-gh-release from 2 to 2.6.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 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...v3) --- 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>
1 parent 41e1a54 commit fe2d473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
shell: bash
9797

9898
- name: Create Release
99-
uses: "softprops/action-gh-release@v2"
99+
uses: "softprops/action-gh-release@v3"
100100
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
101101
with:
102102
tag_name: ${{ github.ref }}

0 commit comments

Comments
 (0)