update plugin name
This commit is contained in:
parent
ca7c914057
commit
fffa4db135
|
@ -6,7 +6,7 @@ on:
|
|||
- "*"
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: obsidian-to-notion
|
||||
PLUGIN_NAME: obsidian-bulk-rename-plugin
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -23,4 +23,4 @@ jobs:
|
|||
id: build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
npm run build
|
||||
|
|
|
@ -6,7 +6,7 @@ on:
|
|||
- "*"
|
||||
|
||||
env:
|
||||
PLUGIN_NAME: obsidian-to-notion # Change this to match the id of your plugin.
|
||||
PLUGIN_NAME: obsidian-bulk-rename-plugin # Change this to match the id of your plugin.
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -84,4 +84,4 @@ jobs:
|
|||
# upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
# asset_path: ./styles.css
|
||||
# asset_name: styles.css
|
||||
# asset_content_type: text/css
|
||||
# asset_content_type: text/css
|
||||
|
|
Loading…
Reference in New Issue