Skip to content

Commit fa12abb

Browse files
Update deploy.yml
1 parent f2e0ae5 commit fa12abb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
#tags:
66
#- v*
77
branches:
8-
- platformSupport
8+
- platfromSupport
99

1010
jobs:
1111
push:
@@ -39,4 +39,4 @@ jobs:
3939
4040
- name: Deploy with Maven
4141
run: |
42-
mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASSPHRASE }}"
42+
mvn -P github -B -C -ff -ntp -U deploy -Dregistry=https://maven.pkg.github.com/delineaXPM -Dtoken=${{ secrets.GH_TOKEN }} -Dgpg.passphrase="${{ secrets.GPG_PASPHRASE }}"

0 commit comments

Comments
 (0)