Skip to content

Commit

Permalink
Add version to pagefind_stem in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jun 30, 2022
1 parent fdc5bd2 commit e7c9d20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# Update cargo version,
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind/Cargo.toml
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_web/Cargo.toml
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_stem/Cargo.toml
printf ",s/\"version\": \"0.0.0\"/\"version\": \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_ui/package.json
git add ./pagefind/Cargo.toml
git add ./pagefind_web/Cargo.toml
Expand Down Expand Up @@ -169,6 +170,7 @@ jobs:
# Update cargo version,
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind/Cargo.toml
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_web/Cargo.toml
printf ",s/version = \"0.0.0\"/version = \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_stem/Cargo.toml
printf ",s/\"version\": \"0.0.0\"/\"version\": \"$GIT_VERSION\"/g\nw\n" | ed ./pagefind_ui/package.json
git add ./pagefind/Cargo.toml
git add ./pagefind_web/Cargo.toml
Expand Down

0 comments on commit e7c9d20

Please sign in to comment.