We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721ed77 commit 3be7146Copy full SHA for 3be7146
.github/workflows/build.yml
@@ -46,7 +46,8 @@ jobs:
46
id: dev
47
if: github.event_name != 'release'
48
run: |
49
- echo "label=$GITHUB_REF.$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
+ echo "label=$GITHUB_REF" >> $GITHUB_OUTPUT
50
+ echo "prefix=42.42.$GITHUB_RUN_NUMBER" >> $GITHUB_OUTPUT
51
52
build:
53
name: build-${{ matrix.os }}
@@ -58,6 +59,7 @@ jobs:
58
59
env:
60
Version: ${{ needs.version.outputs.version }}
61
VersionLabel: ${{ needs.version.outputs.label }}
62
+ VersionPrefix: ${{ needs.version.outputs.prefix }}
63
steps:
64
- name: 🤘 checkout
65
uses: actions/checkout@v4
0 commit comments