Format GHA definitions

This commit is contained in:
Matt Nadareski
2025-11-17 08:37:00 -05:00
parent 6b015f91d6
commit f66c81bbf0
2 changed files with 55 additions and 55 deletions

View File

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