We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16cd27 commit 2705006Copy full SHA for 2705006
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v4
19
- uses: dart-lang/setup-dart@v1
20
- 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
+ - name: Authenticate with Pub
+ run: echo "${{ secrets.PUB_CREDENTIAL_JSON }}" > ~/.pub-cache/credentials.json
+ - name: Publish
+ run: melos publish --no-dry-run --yes
0 commit comments