From a22111f7936d61344b630306b7b67dfa17c51685 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 28 Oct 2023 14:34:33 +0200 Subject: [PATCH] chore: Cargo.lock is not checked in (as this is a library) (#4) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9671e76..7b215fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,6 @@ jobs: echo "Version: ${VERSION}" sed -i 's/version = "0.0.0-git"/version = "'${VERSION}'"/' Cargo.toml - sed -i 's/version = "0.0.0-git"/version = "'${VERSION}'"/' Cargo.lock - name: Create NPM package run: |