Skip to content

Commit

Permalink
Update create-release-note.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
versun committed Jul 11, 2023
1 parent 96d4f4f commit bbfc29f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release-note.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: main
- name: Create release note
run: |
echo "# ${{ github.event.release.name }}" > docs/${{ github.event.release.tag_name }}.md
Expand Down

0 comments on commit bbfc29f

Please sign in to comment.