Skip to content

Commit 15098a0

Browse files
committed
fix publishing issue with repository
1 parent 4392749 commit 15098a0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
publish:
1212
permissions:
1313
id-token: write # Required for authentication using OIDC
14-
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@v1
14+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
1515
with:
16-
write-comments: false
16+
write-comments: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.1
2+
3+
- fix issue related to publishing reference
4+
15
## 1.1.0
26

37
- migrate to dart ecosystem publishing mechanisms @pitabwire (#14)

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
Xid is a globally unique id generator. Xids are small, fast to generate, sortable,
44
compact URL-safe string with no configuration or central generator server.
55
6-
version: 1.1.0
6+
version: 1.1.1
77
repository: https://github.com/pitabwire/xid
88
environment:
99
sdk: ^2.14.4

0 commit comments

Comments
 (0)