Skip to content

Commit

Permalink
Update workflow for draft release placeholder notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemacwillie committed Nov 8, 2024
1 parent d8ec5f5 commit 5e69fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
run: |
ls -a
BUILD=`date +'%Y-%m-%d'`
gh release create -t $BUILD v$BUILD -R ${{github.repository}} --draft --notes="Test Release"
gh release create -t $BUILD v$BUILD -R ${{github.repository}} --draft --notes="Write release notes!"
gh release upload v$BUILD *.img.xz -R ${{github.repository}}

0 comments on commit 5e69fe7

Please sign in to comment.