From b4a5bf4dd0c5dfb40964993547e6a6b391fa7c0d Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Sun, 7 Aug 2022 19:22:31 +0300 Subject: [PATCH] Update web workflows deploy step, second attempt This is where the fun begins --- .github/workflows/dev-web.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index b3da54eb8..08bdd6cf2 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -29,7 +29,7 @@ jobs: run: | apt-get update && apt-get install -y rsync - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.0 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} folder: build/web # The folder the action should deploy. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 261e34492..df16afcb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -207,7 +207,7 @@ jobs: run: | apt-get update && apt-get install -y rsync - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.0 + uses: JamesIves/github-pages-deploy-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} folder: build/web # The folder the action should deploy.