Skip to content

Commit

Permalink
No date in release version (#5522)
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw authored Sep 16, 2024
1 parent fd7ef66 commit 83b72d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "pomversion=$(date +%Y-%m-%d)-$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Set POM version for release branch
if: ${{ startsWith(github.ref, 'refs/heads/release-') }}
run: echo "pomversion=$(date +%Y-%m-%d)-$(git describe --tags)" >> $GITHUB_ENV
run: echo "pomversion=$(git describe --tags)" >> $GITHUB_ENV

- uses: ./.github/workflows/build
with:
Expand Down

0 comments on commit 83b72d5

Please sign in to comment.