Skip to content

Commit 472a51e

Browse files
author
Dilan Bhalla
committed
minor fix
1 parent c3a0bc2 commit 472a51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microsoft-codeql-pack-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
git fetch --tags
2424
CURRENT_COMMIT=$(git rev-list -1 HEAD)
2525
CURRENT_TAG=$(git describe --tags --abbrev=0 --match 'codeql-cli/v*' $CURRENT_COMMIT)
26-
CURRENT_VERSION="${CURRENT_TAG#codeql-cli/}"
27-
echo "CODEQL_VERSION=$CURRENT_TAG" >> $GITHUB_OUTPUT
26+
CODEQL_VERSION="${CURRENT_TAG#codeql-cli/}"
27+
echo "CODEQL_VERSION=$CODEQL_VERSION" >> $GITHUB_OUTPUT
2828
publish:
2929
needs: codeqlversion
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)