diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 761d016..fe87402 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -97,7 +97,7 @@ jobs: - name: Create GitHub release if: ${{ env.SKIP != 'true' }} - uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2 with: tag_name: ${{ env.version }} name: Release ${{ env.version }}