Skip to content

Commit 6758599

Browse files
chore(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 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@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f97daf2 commit 6758599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/common_build_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Release
145145
id: release
146-
uses: softprops/action-gh-release@v1
146+
uses: softprops/action-gh-release@v2
147147
if: startsWith(github.ref, 'refs/tags/')
148148
continue-on-error: true
149149
with:
@@ -268,7 +268,7 @@ jobs:
268268
shell: bash
269269

270270
- name: Release
271-
uses: softprops/action-gh-release@v1
271+
uses: softprops/action-gh-release@v2
272272
if: startsWith(github.ref, 'refs/tags/')
273273
continue-on-error: true
274274
with:

0 commit comments

Comments
 (0)