Skip to content

Commit 5f16177

Browse files
committed
Fix publish-snapshot.yml
1 parent 56c14dc commit 5f16177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish Snapshot
22
on:
33
push:
4-
branches: [ development ]
4+
branches: [development]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest
@@ -19,4 +19,4 @@ jobs:
1919
run: mvn --batch-mode deploy
2020
env:
2121
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
22-
MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}
22+
MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}

0 commit comments

Comments
 (0)