From aa4f228ae6637bd090fba250cbc0071d34264f22 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:27:18 -0500 Subject: [PATCH] Update tag name to reflect BioSequences version number The code to get the BioSequences.jl version number mistakenly pointed to ArgParse.jl, instead. Fix that. Fixes: 647214f ("Add BioSequences version to tag name") --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5d63ac0..44d5b0b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,7 +23,7 @@ jobs: Pkg.update()' - id: biosequences_ver run: | - echo "::set-output name=version::$(julia --project=${GITHUB_WORKSPACE} -e 'using Pkg, UUIDs; println(string(Pkg.dependencies()[UUID("c7e460c6-2fb9-53a9-8c5b-16f535851c63")].version))')" + echo "::set-output name=version::$(julia --project=${GITHUB_WORKSPACE} -e 'using Pkg, UUIDs; println(string(Pkg.dependencies()[UUID("7e6ae17a-c86d-528c-b3b9-7f778a29fe59")].version))')" - id: time uses: nanzm/get-time-action@v1.1 with: