Skip to content

Commit

Permalink
artifact .yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slow-groovin committed Mar 10, 2024
1 parent 0d27e19 commit 2a296c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven-advanced.yml
Original file line number Diff line number Diff line change
@@ -39,11 +39,10 @@ jobs:
ls -alh
ls -alh
whoami
chmod +x mvnw
cd java && chmod +x mvnw
echo github.workspace:${{ github.workspace }}
echo github.repository:${{ github.repository }}
echo github.ref:${{ github.ref }}
cd java
export APP_NAME=$(cat pom.xml | grep -m 1 "<artifactId>" | sed -n 's/.*<artifactId>\(.*\)<\/artifactId>.*/\1/p')
echo "artifactId=$APP_NAME" >> "$GITHUB_OUTPUT"
- name: get-pom-version

0 comments on commit 2a296c6

Please sign in to comment.