Skip to content

Commit

Permalink
fix publishing issue with repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed Dec 13, 2023
1 parent 4392749 commit 15098a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@v1
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
write-comments: false
write-comments: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- fix issue related to publishing reference

## 1.1.0

- migrate to dart ecosystem publishing mechanisms @pitabwire (#14)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: |
Xid is a globally unique id generator. Xids are small, fast to generate, sortable,
compact URL-safe string with no configuration or central generator server.
version: 1.1.0
version: 1.1.1
repository: https://github.com/pitabwire/xid
environment:
sdk: ^2.14.4
Expand Down

0 comments on commit 15098a0

Please sign in to comment.