We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885f6a6 commit e94c6b8Copy full SHA for e94c6b8
.github/workflows/deploy_staging.yml
@@ -15,7 +15,7 @@ jobs:
15
# x.y.z-rc => lastest staging
16
# x.y.z => version x staging
17
if: |
18
- (contains(github.event.client_payload.gh_ref, 'refs/tags') &&
+ (contains(github.event.client_payload.gh_ref, 'refs/tags')) &&
19
((!contains(github.event.client_payload.gh_ref, '-')) ||
20
(contains(github.event.client_payload.gh_ref, '-rc')))
21
runs-on: ubuntu-latest
0 commit comments