Skip to content

Commit

Permalink
For the sake of our time
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent aa61c07 commit 881a107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Deploy process

jobs:
deploy:
name: cargo audit
name: Deploy
runs-on: ubuntu-latest
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
Expand Down
2 changes: 1 addition & 1 deletion scripts/new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ echo "Updating version to v$NEW_VERSION"

sed -i "s/package.version = .*/package.version = \"${NEW_VERSION}\"/" Cargo.toml

just test
cargo build # TODO: change this back

runghc scripts/changelog.hs "changelog.md" "${DATE_TODAY}" "${NEW_VERSION}"

0 comments on commit 881a107

Please sign in to comment.