Skip to content

Commit

Permalink
commenting out if statement so test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael LoPresti committed Oct 16, 2023
1 parent fbdb4f8 commit d07d911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.github-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
permissions:
contents: write
runs-on: windows-latest
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
# if: github.event_name == 'pull_request' || github.ref == 'refs/heads/main'
defaults:
run:
shell: ${{ env.SHELL }}
Expand Down Expand Up @@ -141,6 +141,6 @@ jobs:
# if: ${{ github.ref == 'refs/heads/main' }}
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
RELEASE_NOTES: ${{ steps.merged_pr.body || 'GITHUB TEST DEPLOY' }}
RELEASE_NOTES: ${{ steps.merged_pr.body || github.event.pull_request.description || 'GITHUB TEST DEPLOY' }}
run: |
Invoke-Build publish

0 comments on commit d07d911

Please sign in to comment.