mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
Add confirmation delete button and modify edit modal interface.
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -20,6 +20,14 @@ jobs:
|
||||
with:
|
||||
node-version: "18"
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: release-changelog/action@v1.0.0
|
||||
with:
|
||||
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
||||
version: ${{ github.ref }}
|
||||
file: CHANGELOG.md
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user