Skip to content

Commit af4a3c6

Browse files
committed
fix indentation in publish_release.yml
1 parent ee05c43 commit af4a3c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1
15-
- name: Setup credentials
16-
run: |
17-
mkdir -p ~/.pub-cache
18-
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.pub-cache/credentials.json
19-
- name: Publish package
20-
run: pub publish -f
15+
- name: Setup credentials
16+
run: |
17+
mkdir -p ~/.pub-cache
18+
echo ${{ secrets.CREDENTIAL_JSON }} > ~/.pub-cache/credentials.json
19+
- name: Publish package
20+
run: pub publish -f

0 commit comments

Comments
 (0)