瀏覽代碼

fix version number in debian workflow

Armin Schrenk 2 年之前
父節點
當前提交
67b40649bc
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/debian.yml

+ 2 - 0
.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: |