Skip to content

Commit 55a8427

Browse files
chore(deps): bump softprops/action-gh-release from 2.4.2 to 2.5.0 (#372)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.2 to 2.5.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.4.2...v2.5.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e96a7b commit 55a8427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Upload for prerelease
116116
if: github.ref == 'refs/heads/master'
117-
uses: softprops/action-gh-release@v2.4.2
117+
uses: softprops/action-gh-release@v2.5.0
118118
with:
119119
tag_name: ${{ env.VERSION }}
120120
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)