diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a25399..69bfd4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,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 }}" @@ -73,7 +73,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 }}"