Skip to content

Commit

Permalink
Merge pull request #1043 from smallrye/release-6.4.0
Browse files Browse the repository at this point in the history
release 6.4.0
  • Loading branch information
Ladicek committed Jul 19, 2024
2 parents 730a5e9 + 8e682f7 commit 68552cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ name: SmallRye Fault Tolerance
release:
current-version: 6.4.0
next-version: 6.4.1-SNAPSHOT

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{secrets.MAVEN_GPG_PASSPHRASE}}
run: |
java -version
mvn --version
git config --global user.name "SmallRye CI"
git config --global user.email "smallrye@googlegroups.com"
git checkout -b release
Expand Down

0 comments on commit 68552cb

Please sign in to comment.