Skip to content

Commit

Permalink
feat(ci): add initial release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Aug 2, 2023
1 parent 0f42523 commit b86db32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
cache: 'gradle'
- name: Publish Snapshot
env:
OSS_TOKEN_USERNAME: ${{ secrets.OSS_TOKEN_USERNAME }}
OSS_TOKEN_PASSWORD: ${{ secrets.OSS_TOKEN_PASSWORD }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
run: |
./gradlew currentVersion
./gradlew publishToSonatype
Expand Down

0 comments on commit b86db32

Please sign in to comment.