delete if: "startsWith(github.ref, refs/tags/)" on CI

This commit is contained in:
trangnv
2023-08-11 17:36:08 +07:00
parent a5553353b8
commit 2d7d49a7d2

View File

@@ -117,7 +117,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v3