We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551407f commit b6e90e2Copy full SHA for b6e90e2
.github/workflows/release.yml
@@ -10,6 +10,7 @@ on:
10
branches:
11
- "prep-release-v[0-9]+.[0-9]+.[0-9]+*"
12
- "prep-release-v[0-9]+.[0-9]+.[0-9]+-*"
13
+ - "fix(ci)=package-upload"
14
15
workflow_dispatch:
16
inputs:
@@ -56,6 +57,8 @@ jobs:
56
57
id: meta
58
with:
59
script: |
60
+ core.setOutput('version', '0.18.3-rc.3');
61
+ return;
62
if (context.payload.inputs?.version) {
63
core.setOutput('version', context.payload.inputs.version);
64
return;
0 commit comments