Skip to content

Merge pull request #3500 from bettyblocks/fix/autocomplete-filter-not… #1631

Merge pull request #3500 from bettyblocks/fix/autocomplete-filter-not…

Merge pull request #3500 from bettyblocks/fix/autocomplete-filter-not… #1631

Workflow file for this run

name: Publish component set on test environments
on:
push:
branches:
- edge
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.14.0
- name: Install packages
run: yarn install
- name: build
run: yarn build
- name: bundle
run: yarn bundle
- name: upload
env:
AZURE_BLOB_ACCOUNT: ${{ secrets.AZURE_BLOB_ACCOUNT_EDGE }}
AZURE_BLOB_ACCOUNT_KEY: ${{ secrets.AZURE_BLOB_ACCOUNT_KEY_EDGE }}
run: yarn upload