Skip to content

docs(config): add note about supplying webhook urls when intending to… #17

docs(config): add note about supplying webhook urls when intending to…

docs(config): add note about supplying webhook urls when intending to… #17

Workflow file for this run

name: Publish lib
on:
push:
branches: [ master, v2 ]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 16
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Publish with Gradle
run: ./gradlew build publish
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}