Skip to content

Commit e94c6b8

Browse files
committed
:)
1 parent 885f6a6 commit e94c6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# x.y.z-rc => lastest staging
1616
# x.y.z => version x staging
1717
if: |
18-
(contains(github.event.client_payload.gh_ref, 'refs/tags') &&
18+
(contains(github.event.client_payload.gh_ref, 'refs/tags')) &&
1919
((!contains(github.event.client_payload.gh_ref, '-')) ||
2020
(contains(github.event.client_payload.gh_ref, '-rc')))
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)