We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c246fb0 commit 822d9ceCopy full SHA for 822d9ce
.github/workflows/update-proxy-release.yml
@@ -25,7 +25,7 @@ jobs:
25
id: checks
26
shell: bash
27
run: |
28
- if ! [[ $RELEASE_TAG =~ "^codeql-bundle-v[0-9]+\.[0-9]+\.[0-9]+$" ]]; then
+ if ! [[ $RELEASE_TAG =~ ^codeql-bundle-v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
29
echo "Invalid release tag: expected a CodeQL bundle tag in the 'codeql-bundle-vM.N.P' format."
30
exit 1
31
fi
0 commit comments