File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# These are supported funding model platforms
22
3- github : [LittleSound,nekomeowww]
3+ github : [LittleSound, nekomeowww]
44# patreon: # Replace with a single Patreon username
55# open_collective: # Replace with a single Open Collective username
66# ko_fi: # Replace with a single Ko-fi username
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Release Obsidian plugin
33on :
44 push :
55 tags :
6- - " * "
6+ - ' * '
77
88env :
99 STORE_PATH : ' '
Original file line number Diff line number Diff line change 11import { copyFile , rm } from 'node:fs/promises'
22import { join } from 'node:path'
3-
43import { cwd } from 'node:process'
4+
55import builtins from 'builtin-modules'
6+
67import { defineBuildConfig } from 'unbuild'
78
89import { generateObsidianPluginManifest } from './scripts/manifest'
Original file line number Diff line number Diff line change 11import { writeFile } from 'node:fs/promises'
2-
32import { join } from 'node:path'
43import { cwd } from 'node:process'
4+
55import packageJSON from '../package.json' with { type : 'json' }
66
77interface ObsidianPluginManifest {
You can’t perform that action at this time.
0 commit comments