Merge pull request #4994 from alex-titarenko/docs/add-noteshub-tool #1973
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Draft Release | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
draft-release: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Draft Release | |
uses: toolmantim/release-drafter@v5 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |