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
- Read ref from GITHUB_HEAD_REF env variable if it's present by @radoslaw-panuszewski in #776
Dependencies
- Bump mkdocs-material from 9.5.27 to 9.5.28 by @dependabot in #774
- Bump pl.allegro.tech.build.axion-release from 1.17.2 to 1.18.0 by @dependabot in #773
- Bump mkdocs-material from 9.5.28 to 9.5.29 by @dependabot in #778
New Contributors
- @radoslaw-panuszewski made their first contribution in #776
Full Changelog: v1.18.0...v1.18.1