diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 76fa38e..711126b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -32,7 +32,6 @@ jobs: JF_USER: ${{ secrets.JFROG_USERNAME }} JF_PASSWORD: ${{ secrets.JFROG_PASSWORD }} - run: | - jf rt ping # This command adds a new server configuration to the JFrog CLI - name: Create version for Artifactory if: ${{ github.event_name == 'pull_request' && github.pull_request_target == 'master' }}