From a5bd4b97f89da7f072098a5258f7aea0df749f82 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Mon, 21 Dec 2020 11:37:02 +0100 Subject: [PATCH] fix CI versioning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d8ee5a3..203082bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - run: dotnet --info - uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 - env: - VERSION: ${{ secrets.VERSION }} + CI_VERSION: ${{ secrets.CI_VERSION }} run: ${{ matrix.job.build }} --package-tests-sdk ${{ matrix.package-tests.sdk }} - name: push env: