Skip to content

Commit e5385b0

Browse files
committed
chore(ci): Fix new release process
1 parent f08d117 commit e5385b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/post-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ jobs:
126126
needs: [create-release, build-release]
127127
runs-on: ubuntu-latest
128128
steps:
129+
- name: Checkout repository
130+
uses: actions/checkout@v4
131+
with:
132+
fetch-depth: 1
129133
- name: Publish Release
130134
env:
131135
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)