Skip to content

Commit 298ffd4

Browse files
authored
Fix bug in nightly release workflow (#15547)
1 parent a38efac commit 298ffd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
fi
5959
6060
next_tag=${major}.${minor}.${micro}.dev${counter}
61+
echo "next_tag=$next_tag" >> $GITHUB_OUTPUT
6162
echo "Next tag is $next_tag"
6263
6364
- name: Create development release

0 commit comments

Comments
 (0)