Timothy Jaeryang Baek преди 3 дни
родител
ревизия
fd91b277a4
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      .github/workflows/release-pypi.yml

+ 2 - 0
.github/workflows/release-pypi.yml

@@ -17,6 +17,8 @@ jobs:
     steps:
       - name: Checkout repository
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
       - name: Install Git
         run: sudo apt-get update && sudo apt-get install -y git
       - uses: actions/setup-node@v4