diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838e6a1..6657ef2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: - name: Upload github release if: steps.release.outputs.version != '' - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 with: body_path: GITHUB_CHANGELOG.md tag_name: ${{ steps.release.outputs.version }}