Merge pull request #96 from remcohaszing/fix-publish

Fix publishing
This commit is contained in:
Remco Haszing 2021-08-27 08:22:30 +02:00 committed by GitHub
commit 24b116419d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ jobs:
needs: [eslint, pack, prettier, tsc]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with: { node-version: 16 }
- run: npm ci