Skip to content

Commit

Permalink
wrong wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Dec 18, 2023
1 parent a3cd362 commit 2567296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:

- name: publish every release to NuGet.org
run: dotnet nuget push src/jsonv/bin/Release/*.nupkg -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads/release/v*')
if: github.event_name == 'push' && startswith(github.ref, 'refs/heads/release/v**')

0 comments on commit 2567296

Please sign in to comment.