diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 4b45654f..45441f43 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -185,7 +185,7 @@ jobs: # Update GitHub release with changelog - name: Update GitHub release documentation - uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: tag_name: ${{ needs.build-release.outputs.version }} body: ${{ needs.build-release.outputs.changelog }}