Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitii committed Apr 17, 2022
1 parent a2dc39a commit 0dae59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: "./nuget/*.nupkg"
prerelease: ${{ endsWith(steps.tagName.outputs.tag, '[-][\w\d]') }}
prerelease: ${{ endsWith(steps.tagName.outputs.tag, '[-][\w\d]+') }}
- name: Push packages to Nuget registry
run: dotnet nuget push $(Get-ChildItem -Path ./nuget -Filter "*.nupkg").FullName --source "https://api.nuget.org/v3/index.json" --api-key "$env:NUGET_API_KEY" --skip-duplicate
env:
Expand Down

0 comments on commit 0dae59b

Please sign in to comment.