From 241108e5d00a9e5fb40e04ce258397b0d78886b0 Mon Sep 17 00:00:00 2001 From: Jag Date: Wed, 29 Jan 2020 18:09:47 -0800 Subject: [PATCH] Experimenting calling sfdx publish action - Try 1 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4759c44..d62b4ec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,3 +17,5 @@ jobs: run: | echo Add other actions to build, echo test, and deploy your project. + - name: Run publish script + uses: jag-sfdc/sfdx-publish-action@master