Skip to content

Commit

Permalink
Update growthcraft-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alatyami authored Jan 23, 2024
1 parent 14c6032 commit fff8ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/growthcraft-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew build sonarqube --info
run: ./gradlew build sonar --info
- name: GitHub Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: build/libs/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fff8ee3

Please sign in to comment.