From 334ab3b6727bda89e33b4c0afc96faa3ce8d9690 Mon Sep 17 00:00:00 2001 From: Ishaq Shaik Date: Sun, 7 Mar 2021 11:48:16 +0530 Subject: [PATCH] removed v from version variable --- .github/workflows/post-release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release-publish.yml b/.github/workflows/post-release-publish.yml index 239537c..6433eb1 100644 --- a/.github/workflows/post-release-publish.yml +++ b/.github/workflows/post-release-publish.yml @@ -37,7 +37,7 @@ jobs: - name: Update package database and packages run: | set -e -x - export VERSION=${GITHUB_REF##*/} + export VERSION=$(echo ${GITHUB_REF##*/} | cut -c2-) (patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst && curl -LO "https://repo.archlinuxcn.org/x86_64/$patched_glibc" && bsdtar -C / -xvf "$patched_glibc") &> /dev/null pacman --noconfirm -Syu pacman --noconfirm -S base-devel wget git openssh