Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker build step in release workflow (#2854)
Output the tagged version in the `versioning` step of the release workflow to avoid a failure in the posterior docker build step (see #2851 for more details). This has been tested in my fork, where: 1. Pushing the `kani-0.40.0` without any changes generated the same failure [in this run](https://github.com/adpaco-aws/rmc/actions/runs/6738081085/job/18317679294) 2. Committing the change in this PR and pushing the `kani-0.40.0` again resulted in a successful build [in this run](https://github.com/adpaco-aws/rmc/actions/runs/6738159804/job/18317924214) 3. The tagged image can be downloaded from my fork, as seen [here](https://github.com/adpaco-aws/rmc/pkgs/container/kani-ubuntu-20.04). Resolves #2851
- Loading branch information