Skip to content

Commit 3af265a

Browse files
chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.4.2 (#363)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.4.2. - [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.0.8...v2.4.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fa8ce4 commit 3af265a

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.0.8
117+
uses: softprops/action-gh-release@v2.4.2
118118
with:
119119
tag_name: ${{ env.VERSION }}
120120
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)