From c3eb4a9a1f91b7f85e821fb3993c53705f958e77 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 21 Jun 2024 13:37:40 +0200 Subject: [PATCH] Test build nightly --- .github/workflows/build_nigthly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_nigthly.yml b/.github/workflows/build_nigthly.yml index 1fccb358..3137cb71 100644 --- a/.github/workflows/build_nigthly.yml +++ b/.github/workflows/build_nigthly.yml @@ -28,5 +28,5 @@ jobs: echo "Created tag: v${{ steps.get_version.outputs.VERSION }}" git config user.name github-actions git config user.email github-actions@github.com - git tag -a v${{ steps.get_version.outputs.VERSION }} -m "Release ${{ steps.get_version.outputs.VERSION }}" - #git push origin v${{ steps.get_version.outputs.VERSION }} + git tag -a v${{ steps.get_version.outputs.VERSION }}-nightly -m "Nightly release ${{ steps.get_version.outputs.VERSION }}" + git push origin v${{ steps.get_version.outputs.VERSION }}-nightly