Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.bouncycastle-bcprov-jd…
Browse files Browse the repository at this point in the history
…k18on-1.80
  • Loading branch information
bgalek authored Feb 24, 2025
2 parents d68d89e + 805f73a commit dc182dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: 'gradle'

- name: Test with Gradle
run: ./gradlew --no-daemon --continue check
run: ./gradlew build

- name: Jacoco
run: ./gradlew jacocoTestReport
Expand All @@ -31,12 +31,3 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Publish to staging repository
run: ./gradlew publishToSonatype currentVersion
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PRIVATE_KEY_PASSWORD: ${{ secrets.GPG_PRIVATE_KEY_PASSWORD }}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.6.1
mkdocs-material==9.5.49
mkdocs-material==9.6.4

0 comments on commit dc182dd

Please # to comment.