Skip to content

Commit

Permalink
fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lumimario committed Jun 28, 2023
1 parent 8fc5a78 commit 1a3868a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
publish-nuget:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: Get Release Version
id: package_version
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Publish to NuGet
working-directory: ${{ env.OUTPUT_PATH }}
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

- uses: avakar/tag-and-release@v1
name: Create Release Tag v${{ steps.package_version.outputs.version }}
Expand Down

0 comments on commit 1a3868a

Please sign in to comment.