Fix build.yml

This commit is contained in:
chen08209
2024-06-08 22:51:58 +08:00
parent f4c3b06cd5
commit d89ed076fd

View File

@@ -82,7 +82,7 @@ jobs:
upload-release:
if: startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'main'
if: !contains(github.ref, '+')
permissions: write-all
needs: [ build ]
runs-on: ubuntu-latest