We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a776b40 commit a9f7434Copy full SHA for a9f7434
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Print version number
34
run: echo ${{ env.spec_version }}
35
- name: Deploy SDK back into main branch and make tag
36
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4
37
with:
38
branch: main
39
folder: .
@@ -52,4 +52,4 @@ jobs:
52
# - name: Validate Gradle wrapper
53
# uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
54
# - name: Build with Gradle
55
-# run: chmod ugo+x gradlew; ./gradlew build
+# run: chmod ugo+x gradlew; ./gradlew build
0 commit comments