Skip to content

Commit

Permalink
Update codeql-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Jan 11, 2024
1 parent d56ccab commit 1a3a701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
echo "Published verion: $PUBLISHED_VERSION"
echo "Local verion: $CURRENT_VERSION"
if [ "$PUBLISHED_VERSION" != "$CURRENT_VERSION" ]; then
codeql pack install "${{ matrix.language }}/src"
codeql pack publish "${{ matrix.language }}/src"
codeql pack install "${{ matrix.language }}"
codeql pack publish "${{ matrix.language }}"
fi

0 comments on commit 1a3a701

Please sign in to comment.