Skip to content

Commit 034b4e9

Browse files
authored
@W-17291574@ Fixed regex that broke smoke tests (#1708)
1 parent bf0747b commit 034b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
shell: bash
116116
run: |
117117
# We need to determine the Tarball's name first.
118-
TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-alpha\\.[0-9]*\\.tgz)
118+
TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-beta\\.[0-9]*\\.tgz)
119119
# We need to determine the Tarball's location in an installable way.
120120
# Get the path to the download folder. Swap out backslashes for forward slashes to ensure Windows compatibility.
121121
RAW_TARBALL_PATH=`echo '${{ steps.download.outputs.download-path }}' | tr '\\' '/'`

0 commit comments

Comments
 (0)