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 }}"