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 }} +