File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3939 steps :
4040 - name : Checkout
4141 uses : actions/checkout@v5
42+ with :
43+ fetch-depth : 0
4244 - name : Prepare Release
4345 id : prepare_release
4446 uses : elastiflow/gha-reusable/actions/prepare-release@v0
4749 bump_version_yaml : true
4850 bump_version_yaml_path : galaxy.yml
4951 bump_version_yaml_key : ' .version'
50- github_token : ${{ secrets.GITHUB_TOKEN }}
5152 - name : Install uv
5253 uses : astral-sh/setup-uv@v6
5354 - name : Update roles readme
@@ -80,12 +81,13 @@ jobs:
8081 steps :
8182 - name : Checkout
8283 uses : actions/checkout@v5
84+ with :
85+ fetch-depth : 0
8386 - name : Prepare Release
8487 id : prepare_release
8588 uses : elastiflow/gha-reusable/actions/prepare-release@v0
8689 with :
8790 add_git_notes : true
88- github_token : ${{ secrets.GITHUB_TOKEN }}
8991 - name : Create and push semver tag
9092 if : ${{ fromJson(steps.prepare_release.outputs.new_release_published) }}
9193 uses : anothrNick/github-tag-action@e528bc2b9628971ce0e6f823f3052d1dcd9d512c
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments