File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,14 @@ jobs:
2424 sudo rm -rf /usr/share/swift
2525 sudo apt-get clean
2626 - uses : actions/checkout@v4
27+
2728 - name : Get the VCell version from tags
2829 id : version
2930 run : echo ::set-output name=tag::$(echo ${GITHUB_REF:10})
31+
3032 - name : set global environment variables
3133 run : |
32- if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
33- echo "TAG_NAME=${{ github.event.inputs.tag }}" >> $GITHUB_ENV
34- else
35- echo "VCELL_TAG=`git rev-parse --short HEAD`" >> $GITHUB_ENV
36- fi
34+ echo "VCELL_TAG=`git rev-parse --short HEAD`" >> $GITHUB_ENV
3735 echo "VCELL_REPO_NAMESPACE=ghcr.io/virtualcell" >> $GITHUB_ENV
3836 echo "VCELL_DEPLOY_REMOTE_DIR=/share/apps/vcell3/deployed_github" >> $GITHUB_ENV
3937 echo "VCELL_MANAGER_NODE=vcellapi.cam.uchc.edu" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments