Skip to content

Commit

Permalink
Updated publish.yml file (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh3305 authored Jun 15, 2023
1 parent d2fc70c commit 4bdc2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
java-version: 17
- name: print version
run: echo ${{ github.ref }}
run: echo ${{ github.ref_name }}
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Publish package
Expand All @@ -36,4 +36,4 @@ jobs:
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
VERSION: ${{ github.ref }}
VERSION: ${{ github.ref_name }}

0 comments on commit 4bdc2ac

Please sign in to comment.