Skip to content

Commit 0ae3c77

Browse files
build(deps): Bump softprops/action-gh-release in the all-actions group (#1022)
Bumps the all-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [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.5.0...v2.6.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba7afc8 commit 0ae3c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
shell: bash
9696

9797
- name: Create and Upload Release
98-
uses: softprops/action-gh-release@v2.5.0
98+
uses: softprops/action-gh-release@v2.6.1
9999
with:
100100
tag_name: nightly-${{ env.version }}
101101
name: Nightly Release ${{ env.version }}

0 commit comments

Comments
 (0)