Skip to content

Commit

Permalink
ci: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Mar 27, 2024
1 parent f7ffe93 commit b816b60
Showing 1 changed file with 1 addition 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: Update Version Name
run: |
chmod +x ./publish_snapshot.sh
./publish_snapshot.sh ${{secret.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME}} ${{secret.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD}}
./publish_snapshot.sh ${{secrets.ORG_GRADLE_PROJECT_MAVENCENTRALUSERNAME}} ${{secrets.ORG_GRADLE_PROJECT_MAVENCENTRALPASSWORD}}
# Publish the plugin to the Sonatype snapshot repository
- name: Publish Snapshot
Expand Down

0 comments on commit b816b60

Please sign in to comment.