Skip to content

Commit

Permalink
Rename artifacts to follow camel case (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <[email protected]>
  • Loading branch information
davidcui1225 authored Apr 29, 2021
1 parent d7e3723 commit 539a405
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v*'

env:
PLUGIN_NAME: ganttchartDashboards
PLUGIN_NAME: ganttChartDashboards
OPENSEARCH_VERSION: 1.0.0-beta1
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-beta1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Test and Build Gantt Chart
on: [pull_request, push]

env:
PLUGIN_NAME: ganttchartDashboards
PLUGIN_NAME: ganttChartDashboards
OPENSEARCH_VERSION: 1.0.0-beta1
OPENSEARCH_PLUGIN_VERSION: 1.0.0.0-beta1

Expand Down
2 changes: 1 addition & 1 deletion gantt-chart/opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "ganttchartDashboards",
"id": "ganttChartDashboards",
"version": "1.0.0.0-beta1",
"opensearchDashboardsVersion": "1.0.0-beta1",
"requiredPlugins": [
Expand Down

0 comments on commit 539a405

Please sign in to comment.