You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing the canary release the magefile tries to determine the version of the commit. That is not possible as Github Actions by default checks out the repository with a depth of 1, making it impossible to determine the correct version using git describe --tags.
See https://github.com/getporter/porter/actions/runs/8861567104/job/24333736800 for an example of a failing action
Describe the bug
When publishing the canary release the magefile tries to determine the version of the commit. That is not possible as Github Actions by default checks out the repository with a depth of 1, making it impossible to determine the correct version using
git describe --tags
.See https://github.com/getporter/porter/actions/runs/8861567104/job/24333736800 for an example of a failing action
To Reproduce
Steps to reproduce the behavior:
main
Expected behavior
The action should succeed
The text was updated successfully, but these errors were encountered: