fix(tooling): fix workflow
All checks were successful
/ deploy (push) Has been skipped
/ publish (push) Has been skipped
/ build (push) Has been skipped
/ test (push) Successful in 13s

This commit is contained in:
Julien Dessaux 2025-03-16 22:54:02 +01:00
parent 55168d4091
commit 8ae98ee7c2
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

@ -16,7 +16,7 @@ jobs:
make tidy no-dirty
- name: 'check'
run: |
make check tidy no-dirty
make check no-dirty
build:
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
needs:
@ -71,4 +71,4 @@ jobs:
release-dir: './'
token: '${{ env.GITHUB_TOKEN }}'
hide-archive-link: true
release-notes-assistant: true
prerelease: true