Skip to content

Commit ba4a8e5

Browse files
chore(deps): bump softprops/action-gh-release in the all group
Bumps the all group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 3.0.1 to 3.0.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@718ea10...3d0d988) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24d1dff commit ba4a8e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
az storage blob upload-batch --destination releases/v${{ needs.changelog.outputs.version }} --source .
152152
az storage blob upload-batch --destination releases/latest --overwrite true --source .
153153
- name: Create draft release 📝
154-
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b
154+
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228
155155
with:
156156
tag_name: ${{ needs.changelog.outputs.tag }}
157157
body: ${{ needs.changelog.outputs.body }}

0 commit comments

Comments
 (0)