Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
with:
release-type: unstable
app-name: openregister
verify-vendor-deps: true
vendor-check-paths: 'openai-php/client/src,theodo-group/llphant/src'
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit

beta:
Expand All @@ -24,8 +24,8 @@ jobs:
with:
release-type: beta
app-name: openregister
verify-vendor-deps: true
vendor-check-paths: 'openai-php/client/src,theodo-group/llphant/src'
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit

stable:
Expand All @@ -34,6 +34,6 @@ jobs:
with:
release-type: stable
app-name: openregister
verify-vendor-deps: true
vendor-check-paths: 'openai-php/client/src,theodo-group/llphant/src'
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit
Loading