1 parent 2908d60 commit 989b695Copy full SHA for 989b695
1 file changed
.github/workflows/create-release.yml
@@ -26,11 +26,10 @@ jobs:
26
app_version: ${{ steps.set_version.outputs.APP_VERSION }}
27
28
steps:
29
- - name: Checkout latest code
+ - name: Checkout code
30
uses: actions/checkout@v4
31
with:
32
fetch-depth: 0
33
- ref: ${{ github.ref_name }}
34
35
- name: Set up Python
36
uses: actions/setup-python@v5
@@ -72,10 +71,11 @@ jobs:
72
71
os: [windows-latest, macos-latest]
73
74
75
- - name: Checkout code
+ - name: Checkout latest code
76
77
78
+ ref: ${{ github.ref_name }}
79
80
81
0 commit comments