Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bvernoux authored Oct 31, 2023
1 parent da4e338 commit 89e8359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: bash
run: |
app_major_minor_patch=`grep -oP '(?<=VERSION = )[0-9.]+' Makefile`
echo "app_version=$app_major_minor_patch-${{steps.id_date.outputs.timestamp}}" >> $GITHUB_OUTPUT
echo "app_version=v$app_major_minor_patch-${{steps.id_date.outputs.timestamp}}" >> $GITHUB_OUTPUT
- name: Build app
shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
id: id_version
run: |
app_major_minor_patch=`grep -oP '(?<=VERSION = )[0-9.]+' Makefile`
echo "app_version=$app_major_minor_patch-${{steps.id_date.outputs.timestamp}}" >> $GITHUB_OUTPUT
echo "app_version=v$app_major_minor_patch-${{steps.id_date.outputs.timestamp}}" >> $GITHUB_OUTPUT
- name: Build app
run: |
Expand Down

0 comments on commit 89e8359

Please sign in to comment.