Skip to content

Commit 5535a3c

Browse files
ci(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-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a89cc8 commit 5535a3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
fi
213213
214214
- name: Create GitHub Release
215-
uses: softprops/action-gh-release@v1
215+
uses: softprops/action-gh-release@v2
216216
with:
217217
tag_name: v${{ steps.gitversion.outputs.majorMinorPatch }}
218218
name: Release ${{ steps.gitversion.outputs.majorMinorPatch }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Create GitHub release assets
111111
if: github.event_name == 'workflow_dispatch'
112-
uses: softprops/action-gh-release@v1
112+
uses: softprops/action-gh-release@v2
113113
with:
114114
tag_name: v${{ steps.version.outputs.VERSION }}
115115
name: Release ${{ steps.version.outputs.VERSION }}

.github/workflows/update-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Create release
129129
if: github.event.inputs.prerelease != 'true'
130-
uses: softprops/action-gh-release@v1
130+
uses: softprops/action-gh-release@v2
131131
with:
132132
tag_name: v${{ steps.version.outputs.NEW_VERSION }}
133133
name: Release ${{ steps.version.outputs.NEW_VERSION }}

0 commit comments

Comments
 (0)