We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241535f commit 7264b02Copy full SHA for 7264b02
1 file changed
.github/workflows/build-unified.yml
@@ -267,7 +267,7 @@ jobs:
267
needs: [builder_matrix]
268
if: |
269
(startsWith(github.ref, 'refs/tags/v') &&
270
- contains(github.ref_name, '.') && !contains(github.ref_name, '-') &&
+ contains(github.ref_name, '.') &&
271
(github.event_name != 'workflow_dispatch' || inputs.release == 'true')) ||
272
(github.event_name == 'workflow_dispatch' && inputs.release == 'true')
273
runs-on: ubuntu-latest
0 commit comments