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 5099f4e commit 1c1d227Copy full SHA for 1c1d227
.github/workflows/publish.yml
@@ -3,8 +3,10 @@ name: Publish to pub.dev
3
4
on:
5
push:
6
- tags:
7
- - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
+ # tags:
+ # - 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
8
+ branches:
9
+ - DX-2199-publish-workflow-fix
10
11
# Publish using custom workflow
12
jobs:
0 commit comments