This commit is contained in:
Jan Prochazka 2021-02-07 17:37:06 +01:00
parent 2c73ab6bc1
commit 6a02c4ebaa

View File

@ -36,6 +36,8 @@ jobs:
with:
node-version: 10.x
- name: yarn install
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
yarn install
- name: setCurrentVersion