Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update GH action
  • Loading branch information
Vadman97 committed May 31, 2022
commit f9278c7d4138f68cb20f748fe75c421491c354ab
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@ jobs:
with:
node-version: 16.15.0
registry-url: https://registry.npmjs.org
- name: Install
run: yarn install
- name: Bundle Browser
run: yarn bundle:browser
- name: Bundle Highlight
run: yarn bundle:highlight
- name: Install and Bundle
run: yarn
- name: Confirm new version
run: python3 compare.py
- name: Publish
Expand Down