Skip to content

Commit

Permalink
Fix release drafter CI workflow. (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Jul 4, 2023
1 parent 2d10f84 commit becefce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
name: Draft a release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: get_data
run: |
echo "approvers=$(cat .github/CODEOWNERS | grep @ | tr -d '*\n ' | sed 's/@/,/g' | sed 's/,//1')" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions release-notes/sql-odbc.OpenSearch.release-notes-1.5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
* Update maintainer list. ([#51](https://github.com/opensearch-project/sql-odbc/pull/51))
* Onboard 1 click release process. ([#52](https://github.com/opensearch-project/sql-odbc/pull/52)
* Optimize cache usage in CI. ([#53](https://github.com/opensearch-project/sql-odbc/pull/53))
* Fix release drafter CI workflow. ([#57](https://github.com/opensearch-project/sql-odbc/pull/57))

0 comments on commit becefce

Please sign in to comment.