diff --git a/.github/workflows/Build mR-NB.yml b/.github/workflows/Build mR-NB.yml index 4ea5e3aa9..d879b028a 100644 --- a/.github/workflows/Build mR-NB.yml +++ b/.github/workflows/Build mR-NB.yml @@ -86,6 +86,7 @@ jobs: run: | # Create tag name TAG="v${{ needs.Build-Release.outputs.version }}-${{ needs.Build-Release.outputs.build }}-${GITHUB_RUN_NUMBER}" + echo "Tag: "v${{ needs.Build-Release.outputs.version }}-${{ needs.Build-Release.outputs.build }}-${GITHUB_RUN_NUMBER}"" # Create release with tag and attach artifact gh release create "$TAG" \