Fix pipeline

This commit is contained in:
Cyber MacGeddon 2024-10-04 20:24:17 +01:00
parent e271bb7317
commit 6ecc7536d7

View file

@ -42,7 +42,7 @@ jobs:
id: version id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT
- run echo ${{ steps.version.outputs.VERSION }} - run: echo ${{ steps.version.outputs.VERSION }}
- name: Build packages - name: Build packages
run: make packages VERSION=${{ steps.version.outputs.VERSION }} run: make packages VERSION=${{ steps.version.outputs.VERSION }}