diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a52aad66..53af5aac8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: - name: Create a GitHub release id: create-github-release if: inputs.github_release - uses: softprops/action-gh-release@v3.0.1 + uses: softprops/action-gh-release@v3.0.2 with: target_commitish: ${{ github.sha }} tag_name: ${{ env.VERSION }}