ci: fix typo in github workflow

This commit is contained in:
sct
2020-12-12 07:13:55 +00:00
parent 3fa7ff9858
commit d4cc727d52

View File

@@ -20,7 +20,7 @@ jobs:
run: yarn lint
- name: build
run: yarn build
semnatic-release:
semantic-release:
name: Tag and release latest version
needs: test
runs-on: ubuntu-latest