Merge branch 'master' into rugvip/publish

This commit is contained in:
Patrik Oldsberg
2020-03-25 11:21:12 +01:00
committed by GitHub
7 changed files with 63 additions and 17 deletions
+2
View File
@@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: fetch branch master
run: git fetch origin master
- name: find location of global yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"