Force variable...
Some checks failed
Go-Tests / tests (pull_request) Successful in 1m35s
Go-Tests / sonar (pull_request) Failing after 18s

This commit is contained in:
2025-08-22 10:26:04 +02:00
parent d766e02bbb
commit e88c45f184
2 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ env:
LICENSE: MIT
DESCRIPTION: "Effortless conversion from compose files (docker, podman) to Helm Charts"
URL: "https://katenary.io"
VERSION: ${{ gitea.ref_name }}
jobs:
build-packages:
@@ -35,7 +36,7 @@ jobs:
steps:
- name: Extract version
run: |
VERSION="${GITEA_REFNAME#releases/}"
VERSION="${VERSION#releases/}"
echo "Exporting variable VERSION=$VERSION"
echo "VERSION=$VERSION" >> $GITEA_OUTPUT
echo "VERSION=$VERSION" >> $GITEA_ENV