Skip to content

Commit

Permalink
fix(build): update build pipeline to fix broken publish (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Sep 4, 2020
1 parent 6276a06 commit 08c7482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
bit tag --all `node ../../scripts/version.js`
bit export google-pay.button-react
- name: publish button-element to bit.dev
run: >
run: |
cd src/button-element
bit init
bit add --id google-pay-button dist/index.js
Expand Down

0 comments on commit 08c7482

Please sign in to comment.