Commit 44fa770
committed
Fix publish workflow tag pattern - remove 'v' prefix
Pub.dev expects tags without 'v' prefix (1.0.0-alpha.1, not v1.0.0-alpha.1).
Updated workflow trigger pattern to match semver without prefix.
Error: Expected tag '1.0.0-alpha.1' but got 'refs/tags/v1.0.0-alpha.1'1 parent 9a47397 commit 44fa770
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments