Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 13, 2024
1 parent 069b887 commit a49a7e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish Snapshot
run: |
chmod +x ./publish_snapshot.sh
./publish_snapshot.sh ${{secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME}} ${{secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD}}
./publish_snapshot.sh ${{secrets.SONATYPE_NEXUS_USERNAME}} ${{secrets.SONATYPE_NEXUS_PASSWORD}}
update_draft_release:
name: Create or Update Draft Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Artifacts to Maven Central
on:
release:
types: [ released ]
workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a49a7e9

Please sign in to comment.