Skip to content

Commit e0c2efa

Browse files
committed
+Test workflow again
1 parent 2f8c659 commit e0c2efa

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Publish to pub.dev
44
on:
55
push:
66
tags:
7-
- 'v[0-9]+.[0-9]+.[0-9]+' # tag pattern on pub.dev: 'v{{version}'
7+
- 'v[0-9]+.[0-9]+.[0-9]+(\+[0-9]+)?'
88

99
# Publish using custom workflow
1010
jobs:

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Changelog
22

3-
## [0.3.13+1]
4-
5-
- Released @ 6/2025 (UTC)
6-
- Test workflow again
7-
- Test workflow
8-
- Test workflow 2
9-
103
## [0.1.0]
114

125
- Released @ 10/2024 (UTC)

0 commit comments

Comments
 (0)