diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2bdc0fae..1060da6d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,7 +38,7 @@ jobs: run: mkdir -p out && cp dist/openapi.{yaml,json} package.json package-lock.json out/ - name: Deploy artifacts to release branch - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.8.0 with: branch: release/v1 folder: out