We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e0ae5 commit fa12abbCopy full SHA for fa12abb
1 file changed
.github/workflows/deploy.yml
@@ -5,7 +5,7 @@ on:
5
#tags:
6
#- v*
7
branches:
8
- - platformSupport
+ - platfromSupport
9
10
jobs:
11
push:
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Deploy with Maven
41
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 }}"
+ 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