File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
34
34
release :
35
35
needs : test
36
- if : startsWith(github.ref, 'refs/tags/v ') && !contains(github.ref, 'dev-')
36
+ if : startsWith(github.ref, 'refs/tags/v0. ') && !contains(github.ref, 'dev-')
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/checkout@v4
79
79
sync_docs :
80
80
needs : release
81
81
runs-on : ubuntu-latest
82
- if : ${{ !contains(github.ref, 'pre') }}
82
+ if : startsWith(github.ref, 'refs/tags/v0.') && !contains(github.ref, 'pre') && !contains(github.ref, 'dev-')
83
83
steps :
84
84
- name : Checkout flyctl
85
85
uses : actions/checkout@v4
@@ -106,7 +106,7 @@ jobs:
106
106
run : scripts/publish_docs.sh ${{ github.ref_name }}
107
107
108
108
dev_release :
109
- if : startsWith(github.ref, 'refs/tags/v ') && contains(github.ref, 'dev-')
109
+ if : startsWith(github.ref, 'refs/tags/v0. ') && contains(github.ref, 'dev-')
110
110
runs-on : ubuntu-latest
111
111
steps :
112
112
- uses : actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
141
141
aur-publish :
142
142
name : Build & publish to AUR
143
143
needs : release
144
- if : ${{ !contains(github.ref, 'pre') }}
144
+ if : startsWith(github.ref, 'refs/tags/v0.') && !contains(github.ref, 'pre') && !contains(github.ref, 'dev-')
145
145
runs-on : ubuntu-latest
146
146
steps :
147
147
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments