Skip to content

Commit 989b695

Browse files
authored
ci: update create-release.yml
1 parent 2908d60 commit 989b695

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
app_version: ${{ steps.set_version.outputs.APP_VERSION }}
2727

2828
steps:
29-
- name: Checkout latest code
29+
- name: Checkout code
3030
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 0
33-
ref: ${{ github.ref_name }}
3433

3534
- name: Set up Python
3635
uses: actions/setup-python@v5
@@ -72,10 +71,11 @@ jobs:
7271
os: [windows-latest, macos-latest]
7372

7473
steps:
75-
- name: Checkout code
74+
- name: Checkout latest code
7675
uses: actions/checkout@v4
7776
with:
7877
fetch-depth: 0
78+
ref: ${{ github.ref_name }}
7979

8080
- name: Set up Python
8181
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)