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
- uses: actions/checkout@v4with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.# Default: 1fetch-depth: 0# Whether to fetch tags, even if fetch-depth > 0.# Default: falsefetch-tags: true
Maybe the fetch-depth doesn't matter as much when we force fetch-tags, which would be even simpler!
We also noticed this as a potential problem for the auto release notes generation happening in the release workflow
@angela-tran this was a great find and fix!
I think it can be done a bit simpler directly from the
actions/checkout@v4
step:Maybe the
fetch-depth
doesn't matter as much when we forcefetch-tags
, which would be even simpler!We also noticed this as a potential problem for the auto release notes generation happening in the
release
workflowAcceptance criteria
docker-publish.yml
workflow is updated with the above syntaxrelease
workflow is updated with the above syntaxOriginally posted by @thekaveman in #392 (comment)
The text was updated successfully, but these errors were encountered: