Skip to content

Commit fd94208

Browse files
Update Test-Worklflow.yml
1 parent f534ace commit fd94208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test-Worklflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cat MerlinAU.sh
3636
3737
# Simulate updating the SCRIPT_VERSION and SCRIPT_BRANCH values
38-
sed -e "/^readonly SCRIPT_VERSION=/s/.*/readonly SCRIPT_VERSION=${{ steps.nextver.outputs.tag }}/" \
38+
sed -e "s/^readonly SCRIPT_VERSION=.*$/readonly SCRIPT_VERSION=${{ steps.nextver.outputs.tag }}/" \
3939
-e "/^SCRIPT_BRANCH=.*$/s/.*/SCRIPT_BRANCH=\"dev\"/" \
4040
MerlinAU.sh > MerlinAU.sh.tmp
4141

0 commit comments

Comments
 (0)