diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a9bf463..0a361627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Print version number run: echo ${{ env.spec_version }} - name: Deploy SDK back into main branch and make tag - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: main folder: . @@ -52,4 +52,4 @@ jobs: # - name: Validate Gradle wrapper # uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # - name: Build with Gradle -# run: chmod ugo+x gradlew; ./gradlew build \ No newline at end of file +# run: chmod ugo+x gradlew; ./gradlew build