Skip to content

Commit

Permalink
feat: Change GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
embesozzi committed Nov 8, 2023
1 parent f9d67c4 commit 15f92df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
distribution: 'temurin'
java-version: 17

- name: Get jar version
id: get_version
run: echo "::set-output name=version::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)"

- name: Get jar name
id: get_name
run: echo "::set-output name=name::$(mvn help:evaluate -Dexpression=project.artifactId -q -DforceStdout)"
Expand Down

0 comments on commit 15f92df

Please sign in to comment.