Skip to content

Commit ba1f68c

Browse files
Update main.yml
1 parent b54dad2 commit ba1f68c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/[email protected]
1414
with:
15+
ref: ${GITHUB_REF_NAME}
1516
fetch-depth: 0
1617
- name: Update Build Number
1718
id: step1
@@ -30,6 +31,7 @@ jobs:
3031
steps:
3132
- uses: actions/[email protected]
3233
with:
34+
ref: ${GITHUB_REF_NAME}
3335
fetch-depth: 0
3436

3537
- name: Setup Python

0 commit comments

Comments
 (0)