Skip to content

Commit 3da6013

Browse files
build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.0 (#3957)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.2 to 2.3.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@da05d55...d5382d3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.0 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 66d558b commit 3da6013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
- if: needs.meta.outputs.publish == 'true'
202202
run: git push origin "$TAG"
203203
- if: needs.meta.outputs.publish == 'true'
204-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
204+
uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf
205205
with:
206206
name: ${{ env.VERSION }}
207207
tag_name: ${{ env.TAG }}

0 commit comments

Comments
 (0)