Skip to content

Release v1.1.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:30
· 0 commits to f29472e53603c509ebc8c0623b9d0159b98ec81c since this release

Added

  • Documentation for the required contents: write permission, for choosing between the pull_request and push triggers (a push trigger keeps releases working for fork pull requests, whose token is read-only), and for manual workflow_dispatch runs.

Fixed

  • A workflow_dispatch run left at the default 0.0.0 version no longer creates a bogus v0.0.0 release or publishes 0.0.0 artifacts. An empty or 0.0.0 version now works the version out from the merged pull request as intended.