Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
IrishBruse committed Sep 26, 2024
1 parent b08152c commit 74298b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
version:
description: "Version"
required: true
default: "1.0.0-beta"
default: ${git describe --abbrev=0}
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand Down Expand Up @@ -56,4 +56,5 @@ jobs:
gh release create "v${{inputs.version}}" \
--repo="$GITHUB_REPOSITORY" \
--title="v${{inputs.version}}" \
--notes="https://ldtk.ethanconneely.com/Changelog"
--generate-notes

0 comments on commit 74298b9

Please sign in to comment.