Skip to content

Commit

Permalink
another fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantrannav committed Jan 3, 2024
1 parent c417d9d commit c1c3c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
distribution: temurin
java-version: 17
cache: gradle
- name: test and build
run: ./build.sh
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: java-kotlin
- name: test and build
run: ./build.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
- name: prepare release
Expand Down

0 comments on commit c1c3c6d

Please sign in to comment.