Skip to content

Commit

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

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

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

0 comments on commit 319fe92

Please sign in to comment.