Skip to content

Commit b350a2c

Browse files
beeme1mrABC2015
authored andcommitted
ci: wire up the release process
Signed-off-by: Michael Beemer <[email protected]>
1 parent fecf172 commit b350a2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/release.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,16 @@ jobs:
3939
runs-on: ubuntu-latest
4040
permissions:
4141
contents: write
42+
id-token: write # Required for authentication using OIDC
4243
steps:
4344
- name: Checkout
4445
uses: actions/checkout@v4
4546
with:
4647
fetch-depth: 0
4748
ref: ${{ needs.release-please.outputs.release_tag_name }}
4849

49-
# TODO Configure release process once there's something to release
50+
- uses: dart-lang/setup-dart@v1
51+
- name: Install dependencies
52+
run: dart pub get
53+
- name: Publish
54+
run: dart pub publish --force

0 commit comments

Comments
 (0)