From 67b40649bcbf593016a215549ef4401c589433d2 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 8 Dec 2022 13:56:42 +0100 Subject: [PATCH] fix version number in debian workflow --- .github/workflows/debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 4e925d7af..84a163efc 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -9,6 +9,7 @@ on: semver: description: 'SemVer String (e.g. 1.7.0-beta1)' required: true + type: string ppaver: description: 'Base PPA Version String (e.g. 1.6.16+1.7.0~beta1) without -0ppa1' required: true @@ -31,6 +32,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.events.inputs.ref }} + fetch-depth: 0 - id: versions name: Get version information run: |