Skip to content

Update version to 0.7.8 #5

Update version to 0.7.8

Update version to 0.7.8 #5

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
env:
PLUGIN_NAME: obsidian-to-notion
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
id: build
run: |
npm install
npm run build