Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Merge branch 'main' of https://github.com/duydl/logseq-calibre-metadata #13

Merge branch 'main' of https://github.com/duydl/logseq-calibre-metadata

Merge branch 'main' of https://github.com/duydl/logseq-calibre-metadata #13

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release