This commit is contained in:
Ruidy Nemausat 2020-05-17 08:39:10 +02:00
parent 8e19fb95e9
commit ed56b64d4f

View file

@ -33,7 +33,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: ref - name: ref
run: echo github.ref run: echo ${{ github.ref }}
- name: Build - name: Build
run: yarn build run: yarn build
- name: Install Firebase CLI tools - name: Install Firebase CLI tools