Skip to content

Commit

Permalink
Set env var JAVA_POST_PROCESS_FILE for the post process filter to be …
Browse files Browse the repository at this point in the history
…used
  • Loading branch information
sfuhrm committed Nov 17, 2023
1 parent 31250bc commit a279c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Build with Maven
run: mvn -B package --file pom.xml
env:
JAVA_POST_PROCESS_FILE: ./java_post_process_file.sh

- name: Extract current maven version
run: echo "::set-output name=version::$(mvn org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)"
Expand Down

0 comments on commit a279c71

Please sign in to comment.