Skip to content

Commit

Permalink
Release athena to Maven Central (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Apr 8, 2024
1 parent e9d72a9 commit 47e9ced
Show file tree
Hide file tree
Showing 24 changed files with 100 additions and 15,410 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
name: Athena CI/CD
name: CI/CD

"on":
pull_request:
Expand Down Expand Up @@ -111,3 +111,19 @@ jobs:
context: athena-examples/athena-example-books
push: true
tags: jack20191124/athena-example-books:latest

release:
name: Release
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
steps:
- name: Release
uses: QubitPi/maven-central-release-action@master
with:
user: QubitPi
email: jack20220723@gmail.com
gpg-keyname: ${{ secrets.GPG_KEYNAME }}
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
server-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
server-password: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
19 changes: 0 additions & 19 deletions athena-examples/athena-examples-acceptance-tests/README.md

This file was deleted.

110 changes: 0 additions & 110 deletions athena-examples/athena-examples-acceptance-tests/pom.xml

This file was deleted.

Loading

0 comments on commit 47e9ced

Please sign in to comment.