Skip to content

[hotfix] add a fallback date parser for mbox #30

[hotfix] add a fallback date parser for mbox

[hotfix] add a fallback date parser for mbox #30

Workflow file for this run

name: Publish
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Verify
run: ./gradlew check
- name: Build
run: ./gradlew shadowJar
- name: Publish to GitHub Packages Apache Maven
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ github.token }}