refactor(version): define release line statically

This commit is contained in:
2026-08-24 16:02:24 +02:00
parent 9b14d8e9f0
commit fefad30ad5
2 changed files with 8 additions and 15 deletions
+2 -6
View File
@@ -6,11 +6,6 @@ on:
permissions:
contents: write
env:
VERSION_MAJOR: '1'
VERSION_MINOR: '1'
VERSION_PATCH: ${{ gitea.run_number }}
jobs:
build:
runs-on: ubuntu-latest
@@ -33,8 +28,9 @@ jobs:
run: npm ci
- name: Set Release Version
id: version
run: npm run version:place
env:
VERSION_PATCH: ${{ gitea.run_number }}
- name: Export Release Version
id: release_version