Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid-Witkowski committed Dec 22, 2024
1 parent 37ed4d1 commit ce57ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Set version for tag
run: |
echo "ORG_GRADLE_PROJECT_VERSION_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
- uses: gradle/actions/setup-gradle@v4
# - name: Set version for tag
# run: |
# echo "ORG_GRADLE_PROJECT_VERSION_NAME=${{ github.ref_name }}" >> $GITHUB_ENV
# - uses: gradle/actions/setup-gradle@v4

- name: Publish
run: ./gradlew publishAndReleaseToMavenCentral
Expand Down

0 comments on commit ce57ee2

Please sign in to comment.