Skip to content

Commit cd27c63

Browse files
Bump softprops/action-gh-release from 2 to 3 in the all-actions-updates group across 1 directory (#1035)
Bump softprops/action-gh-release in the all-actions-updates group Bumps the all-actions-updates group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2 to 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@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2db0450 commit cd27c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ jobs:
869869
zip -r OpenBrush_Linux_$VERSION.zip OpenBrush_Linux_$VERSION/
870870
871871
- name: Publish
872-
uses: softprops/action-gh-release@v2
872+
uses: softprops/action-gh-release@v3
873873
with:
874874
body: ${{ steps.changelog.outputs.changelog }}
875875
prerelease: ${{ needs.configuration.outputs.prerelease }}

0 commit comments

Comments
 (0)