We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e373ef7 commit 92dbe16Copy full SHA for 92dbe16
1 file changed
.github/workflows/create-tag.yml
@@ -18,17 +18,7 @@ jobs:
18
- name: Build files using ${{ matrix.node-version }}
19
uses: actions/setup-node@v1
20
with:
21
- node-version: ${{ matrix.node-version }}
22
- - name: Get yarn cache directory path
23
- id: yarn-cache-dir-path
24
- run: echo "::set-output name=dir::$(yarn cache dir)"
25
- - uses: actions/cache@v2
26
- id: yarn-cache
27
- with:
28
- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
29
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
30
- restore-keys: |
31
- ${{ runner.os }}-yarn-
+ node-version: ${{ matrix.node-version }}
32
- name: Release new version
33
id: release
34
run: |
@@ -53,4 +43,4 @@ jobs:
53
43
steps:
54
44
- name: Meep
55
45
56
- echo "Nothing to do"
46
+ echo "Nothing to do"
0 commit comments