This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch mvnd-1.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push:
new bd0b3075 Port changes from master to mvnd-1.x
bd0b3075 is described below
commit bd0b3075cd28c73020c7bd666fe261d7f0d462a3
Author: Tamas Cservenak <[email protected]>
AuthorDate: Mon Jun 17 16:56:41 2024 +0200
Port changes from master to mvnd-1.x
---
.github/workflows/early-access.yaml | 7 ++++++-
build/publish-on-sdkman.sh | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/early-access.yaml
b/.github/workflows/early-access.yaml
index c5bd6695..67ae4439 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -18,7 +18,12 @@
name: Early Access
# trigger on push to branches and PR
-on: [push, pull_request]
+on:
+ push:
+ branches:
+ - master
+ - mvnd-1.x
+ pull_request:
env:
JAVA_VERSION: '17'
diff --git a/build/publish-on-sdkman.sh b/build/publish-on-sdkman.sh
index 0fc36be1..cb6320a8 100755
--- a/build/publish-on-sdkman.sh
+++ b/build/publish-on-sdkman.sh
@@ -69,7 +69,7 @@ RESPONSE="$(curl -s -X PUT \
-H "Consumer-Token: ${SDKMAN_CONSUMER_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
- -d '{"candidate": "mvnd", "version": "'${VERSION}-m39'"}' \
+ -d '{"candidate": "mvnd", "version": "'${VERSION}'"}' \
https://vendors.sdkman.io/default)"
node -pe "