We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06331d2 commit 38e31ecCopy full SHA for 38e31ec
1 file changed
.github/workflows/build-web.yaml
@@ -92,7 +92,7 @@ jobs:
92
echo "version=${{ github.ref_name }}" >> "$GITHUB_OUTPUT"
93
else
94
echo "channel=Unstable" >> "$GITHUB_OUTPUT"
95
- echo "version=0.0.0-$(git rev-parse --short HEAD)" >> "$GITHUB_OUTPUT"
+ echo "version=0.0.${{ github.run_number }}" >> "$GITHUB_OUTPUT"
96
fi
97
98
- name: Create and promote release
0 commit comments