mirror of
https://github.com/MillironX/docker-BioJulia.git
synced 2024-10-15 08:54:41 +00:00
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")
This commit is contained in:
parent
9409225b03
commit
aa4f228ae6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -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…
Reference in a new issue