Skip to content

Commit

Permalink
ci: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 21, 2024
1 parent 78bbe0a commit d7187c1
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
release:
types: [published]

pull_request:
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,10 +52,9 @@ jobs:
export GPG_TTY=$(tty)
mvn clean deploy -DskipTests=true
env:
test: test
# MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
# MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}
# GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_TOKEN }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
working-directory: Xero-Java

notify-slack-on-success:
Expand Down

0 comments on commit d7187c1

Please sign in to comment.