Skip to content

Commit

Permalink
chore(ci): GHA - indentation consistency (#926)
Browse files Browse the repository at this point in the history
Files are almost a copy and paste
  • Loading branch information
kskewes-sf authored Mar 10, 2022
1 parent e1b6bd7 commit cb79e23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.event.repository.name }} ${{ github.ref }}
body: |
tag_name: ${{ github.ref }}
release_name: ${{ github.event.repository.name }} ${{ github.ref }}
body: |
${{ steps.release_info.outputs.CHANGELOG }}
draft: false
prerelease: ${{ steps.release_info.outputs.IS_CANDIDATE }}
draft: false
prerelease: ${{ steps.release_info.outputs.IS_CANDIDATE }}
- name: Pause before dependency bump
run: sleep 900
- name: Trigger dependency bump workflow
Expand Down

0 comments on commit cb79e23

Please sign in to comment.