Skip to content

Fix the problem that Java 1.7 does not support Type.getTypeName (#18) #7

Fix the problem that Java 1.7 does not support Type.getTypeName (#18)

Fix the problem that Java 1.7 does not support Type.getTypeName (#18) #7

Workflow file for this run

---
name: "Tagged Release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@v1.2.1"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false