Skip to content

Commit 02a4e97

Browse files
committed
fix(ci): fix process job steps indentation in release workflow
1 parent 46dab77 commit 02a4e97

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
@@ -26,10 +26,10 @@ jobs:
2626
releases_created: ${{ steps.release-please.outputs.releases_created }}
2727
prs_created: ${{ steps.release-please.outputs.prs_created }}
2828
steps:
29-
- uses: google-github-actions/release-please-action@v4
30-
id: release-please
31-
with:
32-
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
29+
- uses: google-github-actions/release-please-action@v4
30+
id: release-please
31+
with:
32+
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
3333
- name: Print Release Data
3434
run: |
3535
echo 'Release Data:'

0 commit comments

Comments
 (0)