Skip to content

Commit

Permalink
Build script naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 15, 2024
1 parent aecb52e commit 578c248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update-readme-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ fi
# Move the temporary file back to the original
mv README.md.tmp README.md

echo "Successfully updated version to $VERSION in README.md"
echo "Successfully updated version to $VERSION in README.md"
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update README
run: sh .github/scripts/update-readme-version.sh

- name: Create Pull Request
- name: Commit README
uses: stefanzweifel/[email protected]
with:
commit_message: Dependency version in README.md updated to ${{ env.VERSION }}
Expand Down

0 comments on commit 578c248

Please sign in to comment.