Skip to content

Commit 38e31ec

Browse files
author
ashjones-replicated
committed
oops
1 parent 06331d2 commit 38e31ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
echo "version=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
9393
else
9494
echo "channel=Unstable" >> "$GITHUB_OUTPUT"
95-
echo "version=0.0.0-$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
95+
echo "version=0.0.${{ github.run_number }}" >> "$GITHUB_OUTPUT"
9696
fi
9797
9898
- name: Create and promote release

0 commit comments

Comments
 (0)