Test workflow

This commit is contained in:
Eric Fennis
2021-04-05 18:29:06 +02:00
parent b1d5af7bd3
commit ef5ef2f76a
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ jobs:
- name: Fetch tags
run: git fetch --tags
- name: Current tag
run: git describe --tags --abbrev=0 2>/dev/null
- name: Get yarn cache directory path
id: yarn_cache
run: echo "::set-output name=YARN_CACHE_DIR::$(yarn cache dir)"