Skip to content

Commit

Permalink
":recycle: Github workflow - add Publish on CodePush"
Browse files Browse the repository at this point in the history
  • Loading branch information
ulricden committed Sep 14, 2023
1 parent 6db1613 commit 3e9c1d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ jobs:
vault-url: ${{ vars.VAULT_URL }}
is-library-package: true
secrets: inherit
publish-bundle:
uses: ZeroGachis/.github/.github/workflows/publish-bundle-codepush.yml@v4
needs: [create-apk]
with:
node-version: 18
codepush-app: smartway-ai/storybook-smartapp
vault-path: GH-Storybook-design-system
vault-url: ${{ vars.VAULT_URL }}
is-library-package: true
apk-version: ${{ needs.create-apk.outputs.apk-version}}
secrets: inherit
publish-s3:
uses: ZeroGachis/.github/.github/workflows/publish-apk-s3.yml@v4
needs: [create-apk]
Expand Down

0 comments on commit 3e9c1d3

Please sign in to comment.