diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93fdda7..7837b77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -117,7 +117,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ inputs.version }} target_commitish: ${{ needs.set-release-version.outputs.commit-sha }}