Skip to content

Commit d053854

Browse files
committed
fix cd script
1 parent 2542cab commit d053854

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109
git checkout ${{ github.ref_name }}
110110
111111
deploy_to_tanoconsulting_dot_com:
112-
# testing: run this on every tag, not only proper releases
113-
#if: ${{ startsWith(github.ref_name, '4.') && !(contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'rc')) }}
112+
if: ${{ startsWith(github.ref_name, '4.') && !(contains(github.ref_name, 'alpha') || contains(github.ref_name, 'beta') || contains(github.ref_name, 'rc')) }}
114113
runs-on: ubuntu-latest
115114
steps:
116115
- name: create canary file

0 commit comments

Comments
 (0)