diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 3e40316..0a11f27 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -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}}