Skip to content

Commit

Permalink
Fixed typo in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fastlorenzo committed Oct 22, 2020
1 parent a554d8a commit 7271b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Kibana app & release
on:
push:
tags:
- 'v*
- 'v*'

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ./kibana/node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles("./kibana/yarn.lock") }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('./kibana/yarn.lock') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
Expand Down

0 comments on commit 7271b0d

Please sign in to comment.