ci: Fixing some blantant mistakes

Forgot to set the env var for the `build` step on the workflow.
The env var `tag` for the `Makefile` is now filled from the past `git
tag`.
This commit is contained in:
Gustavo Carreno
2025-10-23 18:57:54 +01:00
committed by Gustavo 'Gus' Carreno
parent dd1ad34317
commit 76dfa98217
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ permissions:
on:
push:
branches: [ lazarus, add-changes-from-gus ]
branches: [ lazarus ]
tags: [ "*" ]
paths-ignore: [ "README.md", "LICENSE", "CHANGELOG.md", ".github/cliff.toml" ]
@@ -22,6 +22,8 @@ jobs:
build:
runs-on: ${{ matrix.operating-system }}
env:
GITHUB: 1
strategy:
fail-fast: false
matrix: