Skip to content

Commit

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

0 comments on commit b3035af

Please sign in to comment.