Skip to content

Commit 9bb4d8f

Browse files
Bump softprops/action-gh-release from 0.1.14 to 0.1.15 (#62)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 0.1.14 to 0.1.15. - [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@1e07f43...de2c0eb) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 0.1.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e130f20 commit 9bb4d8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Create release
7979
if: steps.notes.outputs.release_notes
80-
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
80+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844
8181
with:
8282
body: ${{ steps.notes.outputs.release_notes }}
8383
tag_name: v${{ needs.versioning.outputs.version }}

0 commit comments

Comments
 (0)