Skip to content

Commit

Permalink
Merge branch 'bug/5879' into patch/3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Aug 16, 2024
2 parents edf365b + 2ad3287 commit 8917bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
TAG_NAME=${TAG_NAME#refs/tags/} # remove the refs/tags/ prefix
echo "VERSION=${TAG_NAME}" >> $GITHUB_ENV
else
echo "VERSION=3.2.0-rc5.${{github.run_number}}" >> $GITHUB_ENV
echo "VERSION=3.2.0-rc6.${{github.run_number}}" >> $GITHUB_ENV
fi
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down

0 comments on commit 8917bd9

Please sign in to comment.