Skip to content

Commit

Permalink
Add release version to gh-pages publis
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Mar 20, 2024
1 parent 7dc1d91 commit 2b15fb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish_release_branch.yml
Expand Up @@ -64,7 +64,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0


- name: Set Release Version
id: release
run: |
echo "version=$(mvn -B help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v4
with:
name: maven-release-target-directory
Expand Down

0 comments on commit 2b15fb4

Please sign in to comment.