Skip to content

Commit 99841ff

Browse files
build(deps): Bump softprops/action-gh-release from 2.0.4 to 2.0.5
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [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@9d7c94c...69320db) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c56c33 commit 99841ff

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
@@ -188,7 +188,7 @@ jobs:
188188
- if: needs.meta.outputs.publish == 'true'
189189
run: git push origin "$TAG"
190190
- if: needs.meta.outputs.publish == 'true'
191-
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564
191+
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
192192
with:
193193
name: ${{ env.VERSION }}
194194
tag_name: ${{ env.TAG }}

0 commit comments

Comments
 (0)