Skip to content

fix: update shared version in PassCodeV1 and Pattern LockV1 #938

fix: update shared version in PassCodeV1 and Pattern LockV1

fix: update shared version in PassCodeV1 and Pattern LockV1 #938

Workflow file for this run

name: Remove demo builds
on:
pull_request:
types: [closed]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Remove demo builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: 'master'
fetch-depth: 0
- name: Install dependencies
run: yarn install --pure-lockfile
- name: Run removing
run: node ./bin/remove-demos.js
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}