Skip to content

Commit

Permalink
chore: fix version script (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored Sep 14, 2024
1 parent f0a7f8e commit 684cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
VERSION=$(node -p "require('./packages/conform-dom/package.json').version")

# Replace the version on the README
sed -i '' "s/^Version [0-9]*\.[0-9]*\.[0-9]*/Version ${VERSION}/" README.md
sed -i '' "s/^Version [0-9]*\.[0-9]*\.[0-9]*/Version ${VERSION}/" ./README.md

0 comments on commit 684cd63

Please sign in to comment.