Skip to content

Commit

Permalink
Yaml gives me headaches
Browse files Browse the repository at this point in the history
Use pipe for multi line strings that preserves the new line
  • Loading branch information
juanmuscaria committed May 22, 2023
1 parent 4912e3e commit d074e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
tag_name: staging-${{ steps.short_sha.outputs.sha }}
prerelease: true
name: Staging branch build ${{ steps.short_sha.outputs.sha }}
body:
- This is an automatic pre-release build of commit ${{ github.sha }}
- With this release you can test ahead of time the next Crucible release candidate
body: |
This is an automatic pre-release build of commit ${{ github.sha }}
With this release you can test ahead of time the next Crucible release candidate
files: |
build/distributions/*

0 comments on commit d074e26

Please sign in to comment.