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")
master
Thomas A. Christensen II 2 years ago committed by GitHub
parent 9409225b03
commit aa4f228ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save