Skip to content

Commit 2705006

Browse files
committed
chore: cleaned up tests, updated docs and prepared for final release
1 parent c16cd27 commit 2705006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: dart-lang/setup-dart@v1
2020
- uses: bluefireteam/melos-action@v3
21-
- name: Authenticate with Pub
22-
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
23-
- name: Publish
24-
run: melos publish --no-dry-run --yes
21+
- name: Authenticate with Pub
22+
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
23+
- name: Publish
24+
run: melos publish --no-dry-run --yes

0 commit comments

Comments
 (0)