We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1e8ae commit 74a76a1Copy full SHA for 74a76a1
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
+ with:
21
+ ref: main
22
- name: Set up python
23
uses: actions/setup-python@v5
24
with:
0 commit comments