Skip to content

Commit

Permalink
Fix build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 13, 2021
1 parent bac259a commit d670aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
npm publish --tag dev
- name: npm main deploy
if: (!(contains(steps.vars.outputs.tag, 'a') || contains(steps.vars.outputs.tag, 'b') || contains(steps.vars.outputs.tag, 'rc')))
run: |
cd ./geoviews
npm publish --tag latest
pip_build:
Expand Down

0 comments on commit d670aa9

Please sign in to comment.