From b826ff2638d579584fe65f5fa052a65605044563 Mon Sep 17 00:00:00 2001 From: Jag Date: Thu, 30 Jan 2020 11:15:08 -0800 Subject: [PATCH] Experimenting calling sfdx publish action - Try 3 --- .github/workflows/main.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4c23d8a..ece59d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,11 +17,6 @@ jobs: run: | echo Add other actions to build, echo test, and deploy your project. - - name: Hello world action step - id: hello - uses: actions/hello-world-javascript-action@v1 - with: - who-to-greet: 'Mona the Octocat' - # Use the output from the `hello` step - - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}" + - name: SFDX Publish Action Step + id: publish-action + uses: jag-sfdc/sfdx-publish-action@master