Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdeveloper committed Aug 17, 2023
1 parent c654d18 commit 2197c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: find . -type f -ls

- name: 4.1 copy jar files
run: mkdir staging && cp Client/target/Client-1.0.0.jar staging
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-Release-all.jar staging

- name: 5 set up a cache for maven
uses: actions/cache@v2
Expand Down

0 comments on commit 2197c58

Please sign in to comment.