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 2323 - name : Checkout repository
2424 uses : actions/checkout@v3 # TODO: with... bot?
2525 with :
26- fetch-depth : 0
26+ fetch-depth : 0 # Due to https://axion-release-plugin.readthedocs.io/en/latest/configuration/ci_servers/#github-actions
2727
2828 - name : " Fetch git tags" # Required for axion-release-plugin
2929 run : git fetch --tags
6565 - name : Checkout repository
6666 uses : actions/checkout@v3
6767 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
7070
7171 - name : " Fetch git tags" # Required for axion-release-plugin
7272 run : git fetch --tags
You can’t perform that action at this time.
0 commit comments