Attempt To Fix Syntax
This commit is contained in:
parent
4434b98a78
commit
a23223ca1a
1 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -152,7 +152,7 @@ jobs:
|
||||||
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
|
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
- name: Prune old releases
|
- name: Prune old releases
|
||||||
run: ./util/prunetags.sh
|
run: ./util/prunetags.sh
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue