Skip to content

Commit e62e6fb

Browse files
dependabot[bot]F0bes
authored andcommitted
Bump softprops/action-gh-release in the ci-deps group
Bumps the ci-deps group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.4.1 to 2.4.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@6da8fa9...5be0e66) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 262e94e commit e62e6fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_cut_new.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
mv ./release-notes.md ${GITHUB_WORKSPACE}/release-notes.md
6969
7070
- name: Create a GitHub Release (Manual)
71-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
71+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
7272
if: steps.tag_version.outputs.new_tag && github.event_name == 'workflow_dispatch'
7373
with:
7474
body_path: ./release-notes.md
@@ -77,7 +77,7 @@ jobs:
7777
tag_name: ${{ steps.tag_version.outputs.new_tag }}
7878

7979
- name: Create a GitHub Release (Push)
80-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090
80+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe
8181
if: steps.tag_version.outputs.new_tag && github.event_name != 'workflow_dispatch'
8282
with:
8383
body_path: ./release-notes.md

0 commit comments

Comments
 (0)