ci: Use build script to package action (#16)

This commit is contained in:
Samuel Ryan 2022-12-02 16:44:14 +00:00 committed by GitHub
parent 917745b929
commit 9c64d15780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ jobs:
- name: Install Javascript dependencies with npm
run: npm install
- name: Package action for distribution
run: npm run package
run: npm run build
- name: Push packaged action to branch
uses: EndBug/add-and-commit@v7
with: