chore: set deb version equal to tag
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
||||
id: version
|
||||
run: |
|
||||
tag="${GITHUB_REF_NAME}"
|
||||
deb_version="${tag#v}"
|
||||
deb_version="${tag}"
|
||||
echo "tag=${tag}" >> "$GITHUB_OUTPUT"
|
||||
echo "deb_version=${deb_version}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user