Skip to content

Commit

Permalink
Updated release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio authored Jul 18, 2024
1 parent 7698863 commit a85182a
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 @@ -3,7 +3,7 @@ name: release
on:
push:
tags:
- '*.*.*'
- 'v*.*.*'

env:
NUGET_DIRECTORY: ${{ github.workspace }}/nuget
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
run: |
for file in $(find "${{ env.NUGET_DIRECTORY }}" -type f -name "*.nupkg"); do
dotnet nuget push "$file" --api-key "${{ secrets.GH_NUGET }}" --source https://nuget.pkg.github.com/ellizio/index.json --skip-duplicate
done
done

0 comments on commit a85182a

Please sign in to comment.