Skip to content

Commit d244ab5

Browse files
build(deps): bump softprops/action-gh-release from 2 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.0.0. - [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: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0240708 commit d244ab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-installers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
echo "IS_PRERELEASE=${IS_PRERELEASE}" >> "$GITHUB_OUTPUT"
315315
316316
- name: Release
317-
uses: softprops/action-gh-release@v2
317+
uses: softprops/action-gh-release@v3
318318
with:
319319
prerelease: ${{steps.is_latest.outputs.IS_PRERELEASE}}
320320
make_latest: "${{steps.is_latest.outputs.IS_LATEST}}"

0 commit comments

Comments
 (0)