Skip to content

Commit

Permalink
fix:Update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 authored May 17, 2024
1 parent 0d09507 commit 9a4f79f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ jobs:
if: ${{needs.release-please.outputs.release_created}}
name: Publish to GitHub Packages Apache Maven
uses: ./.github/workflows/maven.yaml
secrets: inherit
with:
maven-goal: deploy
needs: release-please
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}



0 comments on commit 9a4f79f

Please sign in to comment.