vrchat 1.17.3 → 1.17.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ jobs:
33
33
  - name: Print version number
34
34
  run: echo ${{ env.spec_version }}
35
35
  - name: Deploy SDK back into main branch
36
- uses: JamesIves/github-pages-deploy-action@4.1.5
36
+ uses: JamesIves/github-pages-deploy-action@v4
37
37
  with:
38
38
  branch: main
39
39
  folder: .
@@ -41,4 +41,4 @@ jobs:
41
41
  - name: Upload to NPM
42
42
  uses: JS-DevTools/npm-publish@v1
43
43
  with:
44
- token: ${{ secrets.NPM_TOKEN }}
44
+ token: ${{ secrets.NPM_TOKEN }}