Skip to content

Commit 890d1bf

Browse files
committed
use correct name for internal track
1 parent 08ed9a6 commit 890d1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
run: |
171171
bt="${{ needs.set-release-metadata.outputs.build_type }}"
172172
if [ "$bt" = "internal" ]; then
173-
echo "track=internal" >> "$GITHUB_OUTPUT"
173+
echo "track=qa" >> "$GITHUB_OUTPUT"
174174
elif [ "$bt" = "beta" ]; then
175175
echo "track=beta" >> "$GITHUB_OUTPUT"
176176
else

0 commit comments

Comments
 (0)