From 8cb79840203c18641ff97787c1af6dfe1690b50a Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 12 Sep 2025 15:49:11 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b9bfe91..3d532ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v5 with: node-version: "20.x" #- uses: webfactory/ssh-agent@v0.5.0 @@ -23,12 +23,12 @@ jobs: # ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} - name: Release to GitHub Pages working-directory: foomo - #env: + env: #USE_SSH: true - #GIT_USER: git + GIT_USER: git run: | - git config --global user.email "publisher@foomo.org" - git config --global user.name "gh-actions" + git config user.email "publisher@foomo.org" + git config user.name "gh-actions" if [ -e yarn.lock ]; then yarn install --frozen-lockfile elif [ -e package-lock.json ]; then