diff --git a/.github/workflows/on_PR_closing.yml b/.github/workflows/on_PR_closing.yml index 8ef0aa6..0f64d51 100644 --- a/.github/workflows/on_PR_closing.yml +++ b/.github/workflows/on_PR_closing.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v2 - name: Update version run: | - wget "https://github.com/fuyutarow/version-make/releases/download/v0.202005.1/version-make-v0.202005.1-x86_64-linux.zip" -O version-make.zip unzip version-make.zip ./version-make up -rz Cargo.toml @@ -27,5 +26,5 @@ jobs: git push - name: Tag and push run: | - git tag v$(version-make show Cargo.toml) + git tag v$(./version-make show Cargo.toml) git push --tags diff --git a/Cargo.lock b/Cargo.lock index 44c391e..4591b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "partiql-rs" -version = "0.202105.9" +version = "0.202105.10" dependencies = [ "anyhow", "collect-mac",