Skip to content

Commit

Permalink
[Release] try update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josscoder committed Mar 9, 2023
1 parent 2676cc6 commit 68ce9d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: mvn clean package

- name: Get Maven version
run: VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)
run: |
VERSION=$(mvn -q -Dexec.executable='echo' -Dexec.args='${project.version}' --non-recursive exec:exec)
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Upload Artifact
uses: ncipollo/release-action@v1.10.0
Expand Down

0 comments on commit 68ce9d0

Please sign in to comment.