Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteles authored May 8, 2024
1 parent 122c90c commit 0938080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: Publish Nuget
runs-on: ubuntu-latest
#Only release if there has been a commit/version change
if: github.event.inputs.release_nuget == 'true' && github.ref == 'refs/heads/master' && needs.build.outputs.CommitsSinceVersionSource > 0
if: github.event.inputs.release_nuget == 'true' # && github.ref == 'refs/heads/master' && needs.build.outputs.CommitsSinceVersionSource > 0
needs: build
steps:
- name: Download lib nuget package artifact
Expand Down

0 comments on commit 0938080

Please sign in to comment.