Support short version tags; fix tests (MAJOR)

This commit is contained in:
Paul Hatcherian 2019-12-09 22:23:58 -05:00
parent bbab98392b
commit d5ce851d69
4 changed files with 97 additions and 50 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: NPM Install
run: npm ci
- name: Test
run: npm test
run: git config --global user.name "Test User" && git config --global user.email "test@example.com" && npm test
- name: Package
run: npm run package
- name: Run Action