From 1c1c591f3e40b586d999a7558aa42ae5cecf2730 Mon Sep 17 00:00:00 2001 From: cosmii02 Date: Sun, 25 Feb 2024 00:12:56 +0200 Subject: [PATCH] added a short desc to new RC releases --- .github/workflows/dotnetlinux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnetlinux.yml b/.github/workflows/dotnetlinux.yml index 55fbcca..c354ad2 100644 --- a/.github/workflows/dotnetlinux.yml +++ b/.github/workflows/dotnetlinux.yml @@ -45,6 +45,7 @@ jobs: tag: latest-candidate-${{ env.CURRENT_DATE }} prerelease: true allowUpdates: true + description: THIS IS A PRE-RELEASE VERSION, it may contain more functionality but it's not tested yet env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} continue-on-error: true