Skip to content

Commit d7187c1

Browse files
author
sangeet-joy_xero
committed
ci: clean up
1 parent 78bbe0a commit d7187c1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ on:
33
release:
44
types: [published]
55

6-
pull_request:
7-
branches:
8-
- master
9-
106
jobs:
117
publish:
128
runs-on: ubuntu-latest
@@ -56,10 +52,9 @@ jobs:
5652
export GPG_TTY=$(tty)
5753
mvn clean deploy -DskipTests=true
5854
env:
59-
test: test
60-
# MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
61-
# MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}
62-
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
55+
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
56+
MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}
57+
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
6358
working-directory: Xero-Java
6459

6560
notify-slack-on-success:

0 commit comments

Comments
 (0)