Skip to content

Commit 47ff84b

Browse files
committed
Update path to release.txt file
1 parent 0e4ec0c commit 47ff84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
GH_TOKEN: "${{ secrets.PAT }}"
4848
run: |
49-
LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt)
49+
LK_VERSION=$(cat /home/runner/work/_temp/_github_home/lkDist/release.txt | sed 's/-SNAPSHOT//g')
5050
cd /home/runner/work/_temp/_github_home/labkey_build/${LK_VERSION}/server/modules/DiscvrLabKeyModules
5151
COUNT=$(gh release list | grep 'latest' | wc -l)
5252
if [ $COUNT != '0' ];then gh release delete 'latest' --cleanup-tag -y; fi

0 commit comments

Comments
 (0)