Skip to content

v1.18.1

Compare
Choose a tag to compare
@bgalek bgalek released this 16 Jul 19:56
· 51 commits to main since this release
24edffa

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