Skip to content

Commit

Permalink
Update publish.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3305 committed Jun 30, 2023
1 parent 750879d commit 752d6bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 752d6bb

Please sign in to comment.