Skip to content

Commit

Permalink
Merge pull request #14 from calebjenkins/develop
Browse files Browse the repository at this point in the history
update error in workflow
  • Loading branch information
calebjenkins committed Sep 2, 2023
2 parents fb2f9e6 + f5fee79 commit 8c16977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-publish.yml
Expand Up @@ -96,7 +96,7 @@ jobs:


- name: Push to Nuget
if: ${{ (steps.detect_branch.outcome == 'success' ) && ((github.event.inputs.PublishNuget == true) && (!contains(github.event.pull_request.title, 'no-publish'))) }}
if: ${{ (github.ref == 'refs/heads/main') && ((github.event.inputs.PublishNuget == true) && (!contains(github.event.pull_request.title, 'no-publish'))) }}
# if: ${{ (github.ref == 'refs/heads/main') && ((github.event.inputs.PublishNuget == true) && (!contains(github.event.pull_request.title, 'no-publish'))) }}
# if: ${{ steps.detect_branch.outcome == 'success' }}
# if: ${{ github.event.inputs.PublishNuget == 'true'}}
Expand Down

0 comments on commit 8c16977

Please sign in to comment.