From 304b94cfbb57b4e3203760ffbd32e0f9b324ffff Mon Sep 17 00:00:00 2001 From: mio Date: Sat, 16 Oct 2021 21:33:19 +0200 Subject: [PATCH] Specify the version --- .github/workflows/Crate-publishing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Crate-publishing.yml b/.github/workflows/Crate-publishing.yml index cc547aad..cff47053 100644 --- a/.github/workflows/Crate-publishing.yml +++ b/.github/workflows/Crate-publishing.yml @@ -14,6 +14,9 @@ on: - "COPYING" pull_request: +env: + UNICORN_VERSION: ${{ GITHUB_SHA }} + jobs: build: runs-on: ${{ matrix.config.os }}