We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefd6da commit 2fb71b2Copy full SHA for 2fb71b2
.github/workflows/auto-cache-pool-tarball.yml
@@ -118,7 +118,7 @@ jobs:
118
all-deps.zip.sha256sum
119
- name: upload artifacts to cloud object storage
120
# if: (startsWith(github.ref, 'refs/tags/v')) && (github.repository == 'swoole/swoole-cli')
121
- if: ${{ (github.repository == 'jingjingxyk/swoole-cli') && (startsWith(github.ref, 'refs/tags/v')) }}
+ if: ${{ (github.repository == 'jingjingxyk/swoole-cli') && (startsWith(github.ref, 'refs/tags/')) }}
122
# if: "0"
123
env:
124
SECRET_ID: ${{ secrets.QCLOUD_OSS_SECRET_ID }}
0 commit comments