Skip to content

Commit

Permalink
Fix debian package version
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Sep 10, 2024
1 parent 4502e64 commit 289b006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_debian_source_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: "[general] - Fetch version from Git tags"
id: get_version
run: |
#VERSION=$(git describe --tags --abbrev=0)
VERSION=0.4.1
VERSION=$(git describe --tags --abbrev=0)
FULL_VERSION="${VERSION}-${{ env.REVISION }}"
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "FULL_VERSION=$FULL_VERSION" >> $GITHUB_ENV
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_debian_source_package_strict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
- name: "[general] - Fetch version from Git tags"
id: get_version
run: |
#VERSION=$(git describe --tags --abbrev=0)
VERSION=0.4.1
VERSION=$(git describe --tags --abbrev=0)
FULL_VERSION="${VERSION}-${{ env.REVISION }}"
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "FULL_VERSION=$FULL_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 289b006

Please sign in to comment.