From 0c3bcc293dbd6c5787e398789a9d241b8ad774d0 Mon Sep 17 00:00:00 2001 From: Edward Cooke Date: Sun, 19 Feb 2023 13:12:12 -0700 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8695762..c6337b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,8 +82,10 @@ jobs: env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} - - uses: ncipollo/release-action@v1 - name: Create Release - id: createrelease + - name: Create a Release + uses: elgohr/Github-Release-Action@v4 + env: + GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} with: - name: ${{ env.PACKAGE_VERSION }} + title: ${{ env.PACKAGE_VERSION }} +