Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix path to code.md
  • Loading branch information
jdhughes-usgs authored Dec 20, 2024
1 parent 900410e commit 126e7bc
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 @@ -128,7 +128,7 @@ jobs:
run: |
version=$(cat version.txt)
title="pymake $version"
notes=$(cat code.md)
notes=$(cat code.md/code.md)
gh release create "$version" \
--target master \
--title "$title" \
Expand Down

0 comments on commit 126e7bc

Please sign in to comment.