From 881a107e766aa78cd9c4018ddf73b0a1ebbf1da2 Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Mon, 26 Aug 2024 12:15:15 +0200 Subject: [PATCH] For the sake of our time --- .github/workflows/deploy.yaml | 2 +- scripts/new-version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 82e63d0a..46d184fb 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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" diff --git a/scripts/new-version.sh b/scripts/new-version.sh index 1ac00117..6b28f68f 100755 --- a/scripts/new-version.sh +++ b/scripts/new-version.sh @@ -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}"