Skip to content

Commit

Permalink
Manually provide version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tishun committed Jun 11, 2024
1 parent dd08e6f commit b83b0fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/version-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: |
mvn --no-transfer-progress \
--batch-mode \
versions:set -DnewVersion=${{ github.event.release.tag_name }}
if: ${{ github.event.release.tag_name }}
versions:set -DnewVersion=6.4.0.M1
- name: Install GPG key
run: |
Expand Down

0 comments on commit b83b0fd

Please sign in to comment.