Skip to content

Commit

Permalink
Fix action path
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 12, 2023
1 parent 319fe92 commit a029e99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pass-java-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: "Publish: release all Java modules"

run-name: Release all Java modules (${{ inputs.releaseversion }} -> ${{ inputs.nextversion}})

on:
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
(cd combined && mvn versions:set -B -ntp -DnewVersion=$RELEASE)
- name: Release Java modules
uses: main/.github/actions/maven-release
uses: ./main/.github/actions/maven-release
with:
repodir: combined
env:
Expand Down

0 comments on commit a029e99

Please sign in to comment.