Skip to content

Commit b6e90e2

Browse files
debug(ci): test one more time against main repo [DONOTMERGE]
1 parent 551407f commit b6e90e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
- "prep-release-v[0-9]+.[0-9]+.[0-9]+*"
1212
- "prep-release-v[0-9]+.[0-9]+.[0-9]+-*"
13+
- "fix(ci)=package-upload"
1314

1415
workflow_dispatch:
1516
inputs:
@@ -56,6 +57,8 @@ jobs:
5657
id: meta
5758
with:
5859
script: |
60+
core.setOutput('version', '0.18.3-rc.3');
61+
return;
5962
if (context.payload.inputs?.version) {
6063
core.setOutput('version', context.payload.inputs.version);
6164
return;

0 commit comments

Comments
 (0)