Skip to content

Commit 3be7146

Browse files
committed
Simplify dev version
1 parent 721ed77 commit 3be7146

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
id: dev
4747
if: github.event_name != 'release'
4848
run: |
49-
echo "label=$GITHUB_REF.$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
49+
echo "label=$GITHUB_REF" >> $GITHUB_OUTPUT
50+
echo "prefix=42.42.$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
5051
5152
build:
5253
name: build-${{ matrix.os }}
@@ -58,6 +59,7 @@ jobs:
5859
env:
5960
Version: ${{ needs.version.outputs.version }}
6061
VersionLabel: ${{ needs.version.outputs.label }}
62+
VersionPrefix: ${{ needs.version.outputs.prefix }}
6163
steps:
6264
- name: 🤘 checkout
6365
uses: actions/checkout@v4

0 commit comments

Comments
 (0)