Skip to content

Commit

Permalink
fixed draft_release_notes workflow and Renamed plugin (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Aug 2, 2024
1 parent 9aaf67a commit 83e6b5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release Drafter
on:
push:
branches:
- 2.x
- main

jobs:
update_release_draft:
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "flowFramework",
"id": "flowFrameworkDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"server": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"config": {
"plugin_version": "3.0.0.0",
"plugin_name": "flowFramework",
"plugin_name": "flowFrameworkDashboards",
"plugin_zip_name": "dashboards-flow-framework"
},
"scripts": {
Expand Down

0 comments on commit 83e6b5e

Please sign in to comment.