Skip to content

Commit

Permalink
fix missing gh permission
Browse files Browse the repository at this point in the history
  • Loading branch information
pitabwire committed Dec 13, 2023
1 parent 15098a0 commit c1b8480
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
publish:
permissions:
id-token: write # Required for authentication using OIDC
pull-requests: write
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
with:
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.2

- fix issue related to missing gh permission

## 1.1.1

- fix issue related to publishing reference
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.1
version: 1.1.2
repository: https://github.com/pitabwire/xid
environment:
sdk: ^2.14.4
Expand Down

0 comments on commit c1b8480

Please sign in to comment.