The [attest](https://github.com/actions/attest) action is necessary for builds publishing to Maven Central. It is also highly desired when publishing to GitHub Packages. GitHub recommends using `attest` for new projects: ```yaml uses: actions/attest@v4 ```
The attest action is necessary for builds publishing to Maven Central. It is also highly desired when publishing to GitHub Packages.
GitHub recommends using
attestfor new projects: