Skip to content

Commit 88153ab

Browse files
Chore: Bump softprops/action-gh-release in the actions-minor group
Bumps the actions-minor group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3 - [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@3d0d988...efb3536) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 193b2a9 commit 88153ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/base-installer-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
290290
- name: Tag, Create Release, and Upload artifacts
291291
if: ${{ inputs.make_release == 'true' }}
292-
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228
292+
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
293293
with:
294294
target_commitish: ${{ github.event.inputs.fw_ref || github.ref }}
295295
tag_name: build-${{ env.FW_BUILD_NUMBER }}

0 commit comments

Comments
 (0)