File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
- name : Checkout repository
24
24
uses : actions/checkout@v3 # TODO: with... bot?
25
25
with :
26
- fetch-depth : 0
26
+ fetch-depth : 0 # Due to https://axion-release-plugin.readthedocs.io/en/latest/configuration/ci_servers/#github-actions
27
27
28
28
- name : " Fetch git tags" # Required for axion-release-plugin
29
29
run : git fetch --tags
65
65
- name : Checkout repository
66
66
uses : actions/checkout@v3
67
67
with :
68
- fetch-depth : 0
69
- ref : refs/tags/${{ needs.github.outputs.VERSION }}
68
+ fetch-depth : 0 # Due to https://axion-release-plugin.readthedocs.io/en/latest/configuration/ci_servers/#github-actions
69
+ ref : refs/tags/${{ needs.github.outputs.VERSION }} # Checkout the new created tag
70
70
71
71
- name : " Fetch git tags" # Required for axion-release-plugin
72
72
run : git fetch --tags
You can’t perform that action at this time.
0 commit comments