Format GHA definitions

This commit is contained in:
Matt Nadareski
2025-11-17 08:39:16 -05:00
parent 6d341abc75
commit 8658eaf4e0
2 changed files with 57 additions and 57 deletions

View File

@@ -40,8 +40,8 @@ jobs:
with:
allowUpdates: True
artifacts: "*.nupkg,*.snupkg,*.zip"
body: 'Last built commit: ${{ github.sha }}'
name: 'Rolling Release'
body: "Last built commit: ${{ github.sha }}"
name: "Rolling Release"
prerelease: True
replacesArtifacts: True
tag: "rolling"