We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4ec0c commit 47ff84bCopy full SHA for 47ff84b
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
env:
47
GH_TOKEN: "${{ secrets.PAT }}"
48
run: |
49
- LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt)
+ LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt | sed 's/-SNAPSHOT//g')
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
0 commit comments