File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
+ with :
17
+ fetch-depth : 0
18
+ ref : ${{ github.ref_name }}
16
19
17
20
- name : Install uv
18
21
uses : astral-sh/setup-uv@v3
@@ -31,13 +34,17 @@ jobs:
31
34
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
32
35
git add .
33
36
git commit -m "🚀 Release $RELEASE_VERSION"
34
- git push
37
+ git push origin
38
+ git push origin main
35
39
36
40
publish-docs :
37
41
runs-on : ubuntu-latest
38
42
needs : [bump-version]
39
43
steps :
40
44
- uses : actions/checkout@v4
45
+ with :
46
+ fetch-depth : 0
47
+ ref : ${{ github.ref_name }}
41
48
42
49
- name : Install uv
43
50
uses : astral-sh/setup-uv@v3
64
71
steps :
65
72
- name : Checkout
66
73
uses : actions/checkout@v4
74
+ with :
75
+ fetch-depth : 0
76
+ ref : ${{ github.ref_name }}
67
77
68
78
- name : Install uv
69
79
uses : astral-sh/setup-uv@v3
You can’t perform that action at this time.
0 commit comments