Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke authored Feb 19, 2023
1 parent 2071175 commit 0c3bcc2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0c3bcc2

Please sign in to comment.