Skip to content

Commit

Permalink
fix(build): post release gradle action (#167)
Browse files Browse the repository at this point in the history
* fix(build): post release gradle action

* chore(ver): next snapshot 1.1.1-SNAPSHOT
  • Loading branch information
manikmagar authored Jul 17, 2024
1 parent df8e8e2 commit 7a9e234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

Post-Release:
needs: [Build, Release]
uses: avioconsulting/shared-workflows/.github/workflows/maven-post-release.yml@main
uses: avioconsulting/shared-workflows/.github/workflows/gradle-post-release.yml@main
secrets: inherit
with:
app-version: ${{ needs.Build.outputs.app-version }}
app-version: ${{ needs.Build.outputs.app-version }}

0 comments on commit 7a9e234

Please sign in to comment.