Skip to content

Commit

Permalink
Fix UXpin push in CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Jonkman committed Nov 22, 2022
1 parent 61a31ee commit d6c9c3f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,9 @@ jobs:
storybookBuildDir: packages/storybook/dist/

- name: Push to UXPin
uses: actions/checkout@master
if: "github.ref == 'refs/heads/master' && !contains(github.event.head_commit.message, 'skip ci')"
with:
ref: refs/heads/master
fetch-depth: 0
run: cd uxpin-merge && npm run push
run: npm run push
working-directory: uxpin-merge
env:
UXPIN_AUTH_TOKEN: ${{ secrets.UXPIN_TOKEN }}

Expand Down

0 comments on commit d6c9c3f

Please sign in to comment.