We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff26b7 commit 9694b48Copy full SHA for 9694b48
.github/workflows/release-orchestrator.yml
@@ -11,10 +11,9 @@ on:
11
description: 'Which Ionic release workflow should run?'
12
required: true
13
type: choice
14
- default: nightly
+ default: dev
15
options:
16
- dev
17
- - nightly
18
- production
19
version:
20
description: 'Which version should be published? (Only for production releases)'
@@ -54,7 +53,7 @@ permissions:
54
53
55
jobs:
56
run-nightly:
57
- if: ${{ github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && inputs.release-type == 'nightly') }}
+ if: ${{ github.event_name == 'schedule' }}
58
permissions:
59
contents: read
60
id-token: write
0 commit comments