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: with:
node-version: 10.x node-version: 10.x
- name: yarn install - name: yarn install
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: | run: |
yarn install yarn install
- name: setCurrentVersion - name: setCurrentVersion