Skip to content

Commit

Permalink
chore: clean up promote script" (#9409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Jul 27, 2023
1 parent b320d5a commit 0d16e69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified .github/promote.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Install deps
run: yarn install --frozen-lockfile
- name: Build dist
run: yarn build
run: yarn build && yarn build:umd
- name: Deploy to NPM and Github
run: .github/promote.sh

0 comments on commit 0d16e69

Please sign in to comment.