Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored and krasnoukhov committed Mar 12, 2024
1 parent 2b4391f commit 03920ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -61,7 +61,7 @@ jobs:
stripGeneratorNotice: true

- name: 👍 Create Stable release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: false
body: "${{ steps.changelog.outputs.changelog }}"
Expand All @@ -70,7 +70,7 @@ jobs:
if: contains(env.COMPONENT_VERSION, 'beta') == false

- name: 🤞 Create Beta release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
prerelease: true
body: "${{ steps.changelog.outputs.changelog }}"
Expand Down

0 comments on commit 03920ef

Please sign in to comment.