fix: revise 4-series-caller.yml to include bypassPackageCheck bool.

This commit is contained in:
Jonathan Arndt 2025-03-24 11:01:12 -07:00 committed by GitHub
parent fdb04286d6
commit d7499662de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,4 +18,5 @@ jobs:
newVersion: ${{ needs.getVersion.outputs.newVersion }}
version: ${{ needs.getVersion.outputs.version }}
tag: ${{ needs.getVersion.outputs.tag }}
channel: ${{ needs.getVersion.outputs.channel }}
channel: ${{ needs.getVersion.outputs.channel }}
bypassPackageCheck: true