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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ConductionNL/.github/.github/workflows/release.yml@main
with:
release-type: unstable
app-name: openregister
app-name: openconnector
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit
Expand All @@ -23,7 +23,7 @@ jobs:
uses: ConductionNL/.github/.github/workflows/release.yml@main
with:
release-type: beta
app-name: openregister
app-name: openconnector
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit
Expand All @@ -33,7 +33,7 @@ jobs:
uses: ConductionNL/.github/.github/workflows/release.yml@main
with:
release-type: stable
app-name: openregister
app-name: openconnector
verify-vendor-deps: false
vendor-check-paths: ''
secrets: inherit
Loading