NSAmelchev commented on code in PR #13102:
URL: https://github.com/apache/ignite/pull/13102#discussion_r3187145947


##########
.github/workflows/publish-website-on-branch-update.yml:
##########
@@ -44,15 +44,20 @@ jobs:
       - name: Check out 'ignite' repository code
         uses: actions/checkout@v3
 
-      - name: Check that the version was released
-        run: |
-          mvn org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce 
-Drules=requireReleaseDeps,requireReleaseVersion -pl modules/core
-
       - name: Get the version from POM file
         run: |
           version=$(mvn help:evaluate -Dexpression=project.version -q 
-DforceStdout)
           echo "IGNITE_VERSION=$version" >> $GITHUB_ENV
 
+      - name: Check that the version was released
+        run: |
+          
URL="https://repo1.maven.org/maven2/org/apache/ignite/ignite-core/${IGNITE_VERSION}/ignite-core-${IGNITE_VERSION}.pom";

Review Comment:
   Fixed to 
[https://repo.maven.apache.org](https://repo.maven.apache.org/maven2/org/apache/ignite/)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to