Skip to content

Commit 7c007d7

Browse files
Ypdate CI in order to checkout tag directly
1 parent 1da813c commit 7c007d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
1717
with:
18-
ref: main
18+
ref: ${{github.ref_name}}
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)