add 'merge' action

This commit is contained in:
Rob Herley 2024-01-19 11:02:59 -05:00
parent 694cdabd8b
commit 6c1d23ca18
No known key found for this signature in database
GPG key ID: D1602042C3543B06
19 changed files with 130352 additions and 78 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: npm ci
- name: Rebuild the dist/ directory
run: npm run build
run: npm run release
- name: Compare the expected and actual dist/ directories
run: |