Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeme committed Nov 8, 2023
2 parents 4ddee35 + 70af7a2 commit 7ca0e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
/p:FileVersion=${{steps.version.outputs.msver}}
- name: Publish
if: false && github.event_name == 'push'
if: github.event_name == 'push'
working-directory: ./src
run: dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 7ca0e44

Please sign in to comment.