diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c04f5a..d6c2b87 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -123,7 +123,7 @@ jobs: - name: Create GitHub release if: ${{ env.SKIP != 'true' }} - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2 + uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2 with: tag_name: ${{ env.version }} name: Release ${{ env.version }}