Skip to content

fix: 🐛 holo specific v2.2.1-2 #173

fix: 🐛 holo specific v2.2.1-2

fix: 🐛 holo specific v2.2.1-2 #173

Workflow file for this run

name:
Build/release
on:
push:
paths:
- 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
version: [16]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@master
- name: install dependencies
run: yarn add electron-builder --dev
- name: yarn install
run: yarn install
- name: publish
run: yarn run publish