Skip to content

Commit 21c9340

Browse files
committed
Update snapshot maven to actually run
1 parent 5c35701 commit 21c9340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Publish SNAPSHOT
43-
run: echo mvn -B -ntp clean deploy
43+
run: mvn -B -ntp clean deploy
4444
env:
4545
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
4646
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}

0 commit comments

Comments
 (0)