feat: adds bypassPackageCheck to github workflow

This commit is contained in:
aknous
2025-03-18 13:18:07 -04:00
parent 46887579e4
commit b0a68f38f5

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