Fix publishing

Add the `actions/checkout` action before publishing.
This commit is contained in:
Remco Haszing 2021-08-26 17:27:58 +02:00
parent 28928ca314
commit 307ae10623
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

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