diff --git a/.github/workflows/jf-cli.yml b/.github/workflows/jf-cli.yml index f69a54a82..eed78c159 100755 --- a/.github/workflows/jf-cli.yml +++ b/.github/workflows/jf-cli.yml @@ -1341,4 +1341,6 @@ jobs: run: jf rt bag ${{env.BUILD_NAME}} ${{env.BUILD_ID}} - name: "BuildInfo: Build Publish" - run: jf rt bp ${{env.BUILD_NAME}} ${{env.BUILD_ID}} --detailed-summary=true \ No newline at end of file + run: jf rt bp ${{env.BUILD_NAME}} ${{env.BUILD_ID}} --detailed-summary=true + + \ No newline at end of file