From 77f98bd0670c2ed51f3eac967bb6fb65e04428b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCsters?= Date: Thu, 1 Jun 2023 11:47:11 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cfca38d..c2dc549 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,7 @@ jobs: git config --global user.name $GITHUB_ACTOR git config --global user.email $GITHUB_ACTOR@users.noreply.github.com yarn deploy --skip-build - working-directory: docs + working-directory: docs/public env: GIT_USER: $GITHUB_ACTOR GIT_PASS: ${{ secrets.GITHUB_TOKEN }}