Skip to content

Commit eca72c3

Browse files
chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.4.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 to 2.4.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.0.8...v2.4.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 95d1840 commit eca72c3

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
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Upload for prerelease
102102
if: github.ref == 'refs/heads/master'
103-
uses: softprops/action-gh-release@v2.0.8
103+
uses: softprops/action-gh-release@v2.4.0
104104
with:
105105
tag_name: ${{ env.VERSION }}
106106
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)