Skip to content

Commit

Permalink
idk1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid-Witkowski committed Dec 22, 2024
1 parent ce57ee2 commit 4344c0c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 All @@ -37,7 +37,7 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}

- name: Create Release
uses: softprops/action-gh-release@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
# - name: Create Release
# uses: softprops/action-gh-release@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4344c0c

Please sign in to comment.