From b97c5cc17573a3517098979501b17a5996b03326 Mon Sep 17 00:00:00 2001 From: Pablo Escobar Date: Mon, 13 Jul 2020 15:21:17 +0200 Subject: [PATCH] fix actions --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aed4234..c952233 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,6 @@ jobs: - uses: actions/checkout@v2 - name: Get the version from the tag - run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\// run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/} - name: Deploy the collection