cocktailpeanut 2 ماه پیش
والد
کامیت
be9a917b30
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      .github/workflows/build.yml

+ 3 - 0
.github/workflows/build.yml

@@ -117,6 +117,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
 
+      - name: Check out Git repository
+        uses: actions/checkout@v1
+
       - name: Get package.json version
         id: get_version
         shell: bash