mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-17 08:39:39 +00:00
fix version number in debian workflow
This commit is contained in:
parent
c41af77108
commit
67b40649bc
2
.github/workflows/debian.yml
vendored
2
.github/workflows/debian.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user