We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a601ecd commit 0e4ec0cCopy full SHA for 0e4ec0c
.github/workflows/build.yml
@@ -46,7 +46,8 @@ jobs:
46
env:
47
GH_TOKEN: "${{ secrets.PAT }}"
48
run: |
49
- cd /github/home/labkey_build/23.7/server/modules/DiscvrLabKeyModules
+ LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt)
50
+ cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/modules/DiscvrLabKeyModules
51
COUNT=$(gh release list | grep 'latest' | wc -l)
52
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi
53
0 commit comments