Skip to content

Commit

Permalink
Fix action dir
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 12, 2023
1 parent a029e99 commit 235f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/maven-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:
steps:
- name: Get the artifact from POM
shell: bash
working-directory: ${{ inputs.repodir }}
run: |
echo "ARTIFACT=`mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout`" >> $GITHUB_ENV
Expand All @@ -29,7 +30,6 @@ runs:
goal="install"
fi
pwd
echo mvn -B -U -V -ntp -P release -DstagingProgressTimeoutMinutes=15 clean $goal | tee release.log
code=${PIPESTATUS[0]}
Expand Down

0 comments on commit 235f405

Please sign in to comment.