Skip to content

Merge branch 'master' of https://github.com/shiveshnavin/firestore-jd… #46

Merge branch 'master' of https://github.com/shiveshnavin/firestore-jd…

Merge branch 'master' of https://github.com/shiveshnavin/firestore-jd… #46

name: Snapshot
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Install Java and Maven
uses: actions/setup-java@v1
with:
java-version: 11
cache: 'maven'
server-id: ossrh
- name: Release Maven package
uses: samuelmeuli/action-maven-publish@v1
with:
gpg_private_key: ${{ secrets.GPG_SIGNING_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus_username: ${{ secrets.OSS_USERNAME }}
nexus_password: ${{ secrets.OSS_PASSWORD }}