Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharchaudhari30 committed Mar 24, 2024
1 parent 20de817 commit a89d7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
with:
java-version: 17
- name: 3. Perform build
run: ./gradlew build
run: ./personalfinbackend/gradlew build
- name: 4. Perform release
# Release job, only for pushes to the main development branch
if: github.event_name == 'push'
&& github.ref == 'refs/heads/master'
&& github.repository == 'shipkit/shipkit-demo'
&& !contains(toJSON(github.event.commits.*.message), '[skip release]')
run: ./gradlew githubRelease
run: ./personalfinbackend/gradlew githubRelease
env:
GITHUB_TOKEN: ${{secrets.GIT_TOKEN}}

0 comments on commit a89d7c0

Please sign in to comment.