From b59aeed5eeb8dd54793c74913d717b2d8bc84d58 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Fri, 21 Jun 2024 13:35:07 +0200 Subject: [PATCH] Test build nightly --- .github/workflows/build_nigthly.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_nigthly.yml b/.github/workflows/build_nigthly.yml index ca69a95e..1fccb358 100644 --- a/.github/workflows/build_nigthly.yml +++ b/.github/workflows/build_nigthly.yml @@ -25,6 +25,7 @@ jobs: - name: Create and push tag run: | + 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 }}"