We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d388fe commit b1d649eCopy full SHA for b1d649e
.github/workflows/deploy-staging.yml
@@ -23,8 +23,8 @@ jobs:
23
- run: yarn install && yarn webpack && yarn build
24
- run: yarn release
25
- run: yarn deploy:staging --token ${{ secrets.FIREBASE_TOKEN }}
26
- - name: Upload artifacts
27
- uses: actions/upload-artifact@v2
+ - name: Upload artifacts
+ uses: actions/upload-artifact@v2
28
with:
29
- name: chrome-extension
+ name: chrome-extension
30
path: extension
0 commit comments