Skip to content

Commit

Permalink
Fix for Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-chernysh committed Apr 22, 2024
1 parent 2e1d3ed commit eb1e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

# Setting up ENV for all steps in this job
env:
RELEASE_NOTES_PATH: ./docs/RELEASE_NOTES.md
RELEASE_NOTES_PATH: ./doc/RELEASE_NOTES.md

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eb1e4e7

Please sign in to comment.