Skip to content

Commit

Permalink
chore: cleaned up tests, updated docs and prepared for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
gibahjoe committed Nov 6, 2024
1 parent c16cd27 commit 2705006
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- uses: bluefireteam/melos-action@v3
- name: Authenticate with Pub
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
- name: Publish
run: melos publish --no-dry-run --yes
- name: Authenticate with Pub
run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
- name: Publish
run: melos publish --no-dry-run --yes

0 comments on commit 2705006

Please sign in to comment.