update plugin name

This commit is contained in:
Oleg 2022-08-27 14:42:32 +03:00
parent ca7c914057
commit fffa4db135
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ on:
- "*" - "*"
env: env:
PLUGIN_NAME: obsidian-to-notion PLUGIN_NAME: obsidian-bulk-rename-plugin
jobs: jobs:
build: build:
@ -23,4 +23,4 @@ jobs:
id: build id: build
run: | run: |
npm install npm install
npm run build npm run build

View File

@ -6,7 +6,7 @@ on:
- "*" - "*"
env: 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: jobs:
build: build:
@ -84,4 +84,4 @@ jobs:
# upload_url: ${{ steps.create_release.outputs.upload_url }} # upload_url: ${{ steps.create_release.outputs.upload_url }}
# asset_path: ./styles.css # asset_path: ./styles.css
# asset_name: styles.css # asset_name: styles.css
# asset_content_type: text/css # asset_content_type: text/css