diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 903c65c..69cf2c8 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -110,7 +110,7 @@ jobs: echo "EOF" } >> $GITHUB_OUTPUT - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.check-version.outputs.release-tag }} target_commitish: ${{ github.head_ref || github.ref }}