Skip to content

Commit

Permalink
👷 fasten ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandD committed Dec 12, 2024
1 parent cfcd02a commit 9c7b291
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 @@ -50,7 +50,7 @@ jobs:
# Strip 'v' from NEW_VERSION if it starts with it
CLEAN_VERSION=$(echo "$VERSION" | sed 's/^v//')
sed -i "s/^version = \".*\"$/version = \"$CLEAN_VERSION\"/" Cargo.toml
cargo check
cargo update server
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git add .
Expand Down

0 comments on commit 9c7b291

Please sign in to comment.