fix(tooling): fix workflow
This commit is contained in:
parent
55168d4091
commit
8ae98ee7c2
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ jobs:
|
||||||
make tidy no-dirty
|
make tidy no-dirty
|
||||||
- name: 'check'
|
- name: 'check'
|
||||||
run: |
|
run: |
|
||||||
make check tidy no-dirty
|
make check no-dirty
|
||||||
build:
|
build:
|
||||||
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
|
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
|
||||||
needs:
|
needs:
|
||||||
|
@ -71,4 +71,4 @@ jobs:
|
||||||
release-dir: './'
|
release-dir: './'
|
||||||
token: '${{ env.GITHUB_TOKEN }}'
|
token: '${{ env.GITHUB_TOKEN }}'
|
||||||
hide-archive-link: true
|
hide-archive-link: true
|
||||||
release-notes-assistant: true
|
prerelease: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue