Skip to content

Commit

Permalink
Remove publish and release workflows for this branch
Browse files Browse the repository at this point in the history
Publishing of v2.2.x releases continues directly from main branch.

Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday committed Mar 6, 2023
1 parent 14dcda8 commit 34147d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,3 @@ on:
jobs:
build:
uses: ./.github/workflows/test.yml

publish:
needs: build
name: Publish Java artifact to GitHub Packages
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
cache: maven
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
run: ${{ github.workspace }}/.github/scripts/maven_publish_snapshot.sh
50 changes: 0 additions & 50 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 34147d6

Please sign in to comment.