Fix: update action to support Node 16 (#565)

This commit is contained in:
8Mi_Yile 2023-05-19 21:00:00 +08:00 committed by GitHub
parent 89ae640487
commit ae8d42fb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}