Skip to content

Commit 2b0c729

Browse files
chore: 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] <[email protected]>
1 parent 45e96ec commit 2b0c729

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
VERSION: ${{ env.VERSION }}
9696
run: yarn package
9797

98-
- uses: softprops/action-gh-release@v1
98+
- uses: softprops/action-gh-release@v2
9999
with:
100100
draft: true
101101
discussion_category_name: "📣 Announcements"
@@ -191,7 +191,7 @@ jobs:
191191
VERSION: ${{ env.VERSION }}
192192
run: npm run package ${npm_config_arch}
193193

194-
- uses: softprops/action-gh-release@v1
194+
- uses: softprops/action-gh-release@v2
195195
with:
196196
draft: true
197197
discussion_category_name: "📣 Announcements"
@@ -253,7 +253,7 @@ jobs:
253253
VERSION: ${{ env.VERSION }}
254254
run: yarn package
255255

256-
- uses: softprops/action-gh-release@v1
256+
- uses: softprops/action-gh-release@v2
257257
with:
258258
draft: true
259259
discussion_category_name: "📣 Announcements"
@@ -270,7 +270,7 @@ jobs:
270270
with:
271271
name: npm-release-package
272272

273-
- uses: softprops/action-gh-release@v1
273+
- uses: softprops/action-gh-release@v2
274274
with:
275275
draft: true
276276
discussion_category_name: "📣 Announcements"

0 commit comments

Comments
 (0)