Skip to content

Commit

Permalink
Fix typo in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ma10 committed Nov 7, 2023
1 parent 650fa1c commit 398a86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
gh release create ${TAG} \
--title "Ver. ${TAG}" \
--notes-file ./soruce/intro/ChangeLog/${TAG:0:4}/${TAG}.rst
--notes-file ./source/intro/ChangeLog/${TAG:0:4}/${TAG}.rst
--draft
gh release upload ${TAG} ${GITHUB_WORKSPACE}/freee-a11y-guidelines-${TAG}-html.zip
Expand Down

0 comments on commit 398a86f

Please sign in to comment.