fix publish

This commit is contained in:
Lawrence Forman
2020-10-27 16:42:30 -04:00
parent 689a8881c2
commit f01540fb35
3 changed files with 3 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ jobs:
ref: 'development'
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-python@v2
with:
node-version: 10
- uses: actions/setup-python@v2
- name: 'configure git'
run: |
git config --global user.email "github-actions@github.com"