diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46cf50a..1487e36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,7 +77,7 @@ jobs: VERSION: ${{ steps.version.outputs.VERSION }} - name: Create Release - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: dist/* body: ${{ steps.changelog.outputs.CHANGES }}