mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: revise 4-series-caller.yml to include bypassPackageCheck bool.
This commit is contained in:
@@ -18,4 +18,5 @@ jobs:
|
|||||||
newVersion: ${{ needs.getVersion.outputs.newVersion }}
|
newVersion: ${{ needs.getVersion.outputs.newVersion }}
|
||||||
version: ${{ needs.getVersion.outputs.version }}
|
version: ${{ needs.getVersion.outputs.version }}
|
||||||
tag: ${{ needs.getVersion.outputs.tag }}
|
tag: ${{ needs.getVersion.outputs.tag }}
|
||||||
channel: ${{ needs.getVersion.outputs.channel }}
|
channel: ${{ needs.getVersion.outputs.channel }}
|
||||||
|
bypassPackageCheck: true
|
||||||
Reference in New Issue
Block a user