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 97e683b commit efba183Copy full SHA for efba183
.github/workflows/publish.yaml
@@ -7,7 +7,12 @@ on:
7
branches: [ main ]
8
push:
9
# TODO: Enable autopublishing for these when Flutter SDK is supported.
10
- tags: [ '(?!ffigen-v|jni-v|jnigen-v|objective_c-v)[A-z0-9_-]+-v[0-9]+.[0-9]+.[0-9]+' ]
+ tags:
11
+ - '[A-z0-9]+-v[0-9]+.[0-9]+.[0-9]+'
12
+ - '!ffigen-v**'
13
+ - '!jni-v**'
14
+ - '!jnigen-v**'
15
+ - '!objective_c-v**'
16
17
jobs:
18
publish:
0 commit comments