Fix: update action to support Node 16 (#565)
This commit is contained in:
parent
51e3b27439
commit
9211e93e73
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -223,7 +223,7 @@ jobs:
|
||||||
working-directory: bin
|
working-directory: bin
|
||||||
|
|
||||||
- name: Delete current release assets
|
- name: Delete current release assets
|
||||||
uses: andreaswilli/delete-release-assets-action@v2.0.0
|
uses: 8Mi-Tech/delete-release-assets-action@main
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: Prerelease-${{ github.ref_name }}
|
tag: Prerelease-${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in a new issue