Skip to content

Prepare for v1.12.0 release #24

Prepare for v1.12.0 release

Prepare for v1.12.0 release #24

Workflow file for this run

name: "Create Release"
on:
push:
tags:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Setup Magic Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Install dependencies
run: nix develop --impure --command npm install
- name: Build
run: nix develop --impure --command npm run build
- name: Release
id: create_release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
name: Obsidian x Todoist - v${{ github.ref }}
draft: true
files: |
dist/main.js
dist/manifest.json
dist/styles.css