Fix Build Failing

This commit is contained in:
Nautilus 2021-04-29 15:00:50 +05:30 committed by GitHub
parent a23223ca1a
commit 6d3f34dac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,6 +153,6 @@ jobs:
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 || echo 'prunetags did its job'
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}