github allegro/axion-release-plugin v1.18.1

latest releases: v1.18.8, v1.18.7, v1.18.6...
2 months ago

New behavior

From now on, on GitHub Workflows, you don't need to check out ref for axion-release-plugin to know what branch your build is being run on—it will be read from the GitHub workflow environment variable (GITHUB_HEAD_REF).

steps:
  - uses: actions/checkout@v4
    with:
      fetch-depth: 0
-     ref: ${{ github.head_ref }}

What's Changed

Dependencies

New Contributors

Full Changelog: v1.18.0...v1.18.1

Don't miss a new axion-release-plugin release

NewReleases is sending notifications on new releases.