diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7201d2..46cf50a 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 + uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2 with: files: dist/* body: ${{ steps.changelog.outputs.CHANGES }}