Skip to content

Commit

Permalink
Try running publish on buildjet
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Nov 15, 2023
1 parent 7d12893 commit efade85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ jobs:
runs-on: buildjet-2vcpu-ubuntu-2204
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: dart pub get
- name: Publish
run: dart pub publish --force

0 comments on commit efade85

Please sign in to comment.