leanprover-community/Lean release tagging

Creates a Git tag whenever your project updates to a new Lean release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENToken used to access the GitHub API. When in doubt, set this to the value of secrets.GITHUB_TOKEN.yes
beforeCommit hash of the most recent commit before the push. Unless you know what you are doing, you do not need to change this.no${{ github.event.before }}
afterCommit hash of the most recent commit after the push. Unless you know what you are doing, you do not need to change this.no${{ github.event.after }}
do-releaseWhether to create a GitHub release for the new tag. Allowed values: `true` and `false`. Default value: `false`.nofalse

no outputs