Skip to content

Commit 97e683b

Browse files
authored
[infra] Skip autopublishing for Flutter SDK packages (#1949)
I believe it would be good if we were to add tags for FFIgen and JNIgen, but autopublishing currently doesn't work. So we should skip the workflow for those.
1 parent c21a2fd commit 97e683b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
branches: [ main ]
88
push:
9-
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+' ]
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]+' ]
1011

1112
jobs:
1213
publish:

0 commit comments

Comments
 (0)