We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d5e521 + ac452df commit 24c7022Copy full SHA for 24c7022
.github/workflows/development_release.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Checkout code
42
uses: actions/checkout@v4
43
with:
44
+ ref: ${{ github.ref }} # checkout at latest commit from previous job
45
fetch-depth: 0
46
47
- name: Set up Python and Upgrade pip
.github/workflows/production_release.yml
@@ -39,6 +39,9 @@ jobs:
39
steps:
40
+ with:
+ fetch-depth: 0
uses: ./.github/actions/setup_python
0 commit comments