Skip to content

Commit 33b7329

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

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
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Simulate updating the SCRIPT_VERSION and SCRIPT_BRANCH values
3838
sed -e "s/^readonly SCRIPT_VERSION=.*$/readonly SCRIPT_VERSION=${{ steps.nextver.outputs.tag }}/" \
39-
-e "/^SCRIPT_BRANCH=.*$/s/.*/SCRIPT_BRANCH=\"dev\"/" \
39+
-e "s/^SCRIPT_BRANCH=.*$/SCRIPT_BRANCH=\"dev\"/" \
4040
MerlinAU.sh > MerlinAU.sh.tmp
4141
4242
# Display the simulated updated contents

0 commit comments

Comments
 (0)