diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 920aac0..5375025 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,9 @@ jobs: - name: Build with Gradle run: gradle clean build env: - VERSION: "0.0.1-SNAPSHOT" + PRODUCT_URL: http://localhost:8081/product + VERSION: 0.0.1-SNAPSHOT + publish: runs-on: ubuntu-latest needs: build @@ -58,3 +60,4 @@ jobs: MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }} MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }} VERSION: ${{ github.event.release.name }} + PRODUCT_URL: http://localhost:8081/product