From 98813833a074a6e25b012d2aac376377d8c5d5a9 Mon Sep 17 00:00:00 2001 From: Jeremy LaCivita Date: Thu, 15 Jun 2023 12:31:36 -0400 Subject: [PATCH] fix: Update path in publish docs --- .github/workflows/release-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index a30e728e2..97a1c6e1c 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -87,7 +87,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_PAT }} # <-- Allows semantic-release-bot to push changes to protected branches npm_config_tag: ${{ env.NPM_DIST_TAG }} # <-- For main, this is `latest.` Otherwise, `next`, `next-major`, etc. See ./.releaserc for release branch config. run: | - npm run publish:docs /tmp/firebolt-docs/apis + npm run publish:docs /tmp/firebolt-docs cd /tmp/firebolt-docs git config --global user.email "you@example.com" git config --global user.name "Your Name"