Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 14, 2023
1 parent 1edc93b commit 6067a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

# Only execute for -SNAPSHOT versions
- name: Publish SNAPSHOT
if: ${{ endsWith(steps.project_version.outputs.version, '-SNAPSHOT') }}
if: ${{ endsWith(steps.project_version.outputs.version, '-SNAPSHOT') }}
run: mvn -B -ntp clean deploy
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
Expand Down

0 comments on commit 6067a08

Please sign in to comment.