Skip to content

Commit

Permalink
test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Dec 23, 2024
1 parent fdb481c commit 4572948
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ci-auto-version-bump

- name: Bump version
run: |
Expand All @@ -38,7 +40,7 @@ jobs:
- name: Push changes
run: |
git push origin master
git push origin ci-auto-version-bump
# Push tag
git push origin $newVersion
Expand Down Expand Up @@ -71,10 +73,10 @@ jobs:
tags: true
draft: false
tag_name: ${{ github.event.inputs.tag_name }}
- name: Deploy to Maven Central repository
run: ./gradlew publish
env:
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}
GRADLE_SIGNING_KEY: ${{ secrets.GRADLE_SIGNING_KEY }}
GRADLE_SIGNING_PASSWORD: ${{ secrets.GRADLE_SIGNING_PASSWORD }}
# - name: Deploy to Maven Central repository
# run: ./gradlew publish
# env:
# MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
# MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}
# GRADLE_SIGNING_KEY: ${{ secrets.GRADLE_SIGNING_KEY }}
# GRADLE_SIGNING_PASSWORD: ${{ secrets.GRADLE_SIGNING_PASSWORD }}

0 comments on commit 4572948

Please sign in to comment.