mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: adds bypassPackageCheck to github workflow
This commit is contained in:
parent
46887579e4
commit
b0a68f38f5
1 changed files with 2 additions and 1 deletions
|
|
@ -19,3 +19,4 @@ jobs:
|
||||||
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue