Skip to content

Commit

Permalink
Add release notes for 1.3.7 release (opensearch-project#1341) (opense…
Browse files Browse the repository at this point in the history
…arch-project#1342)

* add release notes for 1.3.7 observability

Signed-off-by: Derek Ho <[email protected]>

* fix file length issue

Signed-off-by: Derek Ho <[email protected]>

Signed-off-by: Derek Ho <[email protected]>
(cherry picked from commit 19e5dfade2cee4efc19815d53a0f165efc72cf47)

Co-authored-by: Derek Ho <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and derek-ho authored Dec 13, 2022
1 parent 05de464 commit 6085182
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Checkout Plugin
uses: actions/checkout@v1

# Enable longer filenames for windows
- name: Enable longer filenames
if: ${{ matrix.os == 'windows-latest' }}
run: git config --system core.longpaths true

- name: Checkout OpenSearch Dashboards
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 6085182

Please sign in to comment.