We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c5caf commit de0846cCopy full SHA for de0846c
.github/workflows/ci.yml
@@ -550,7 +550,7 @@ jobs:
550
name: Publish to GitHub Packages
551
runs-on: ubuntu-latest
552
needs: [build, unit-test, integration-test]
553
- if: ${{ ! ( github.event.inputs.nuget ) && ! ( contains(github.ref, 'refs/heads/main') ) }}
+ if: ${{ inputs.ga == 'false' }}
554
steps:
555
- uses: actions/download-artifact@v4
556
id: download
0 commit comments