Skip to content

Commit b22c395

Browse files
committed
ci(build-yogurt): fix release tag name
1 parent 664f244 commit b22c395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-yogurt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ jobs:
306306
PY
307307
)"
308308
echo "release_version=${version}" >> "$GITHUB_OUTPUT"
309-
echo "release_tag=v${version}-build.${{ github.run_number }}" >> "$GITHUB_OUTPUT"
309+
echo "release_tag=v${version}-dev.${{ github.run_number }}" >> "$GITHUB_OUTPUT"
310310
echo "release_name=Yogurt v${version} (build ${{ github.run_number }})" >> "$GITHUB_OUTPUT"
311311
312312
- name: Create release in SaltifyDev/yogurt-releases

0 commit comments

Comments
 (0)