diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 44748a065e..e1f4cc076b 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -36,11 +36,11 @@ jobs: - name: Get Created Tag id: get_tag run: echo "latest_tag=$(cat package.json | jq .version)" >> $GITHUB_OUTPUT - - name: Publish API Docs - run: npm run publish-docs - name: Create Docs Website PR run: node ./bin/create-docs-pr.js --tag v${{ steps.get_tag.outputs.latest_tag }} env: GITHUB_TOKEN: ${{ secrets.NODE_AGENT_GH_TOKEN }} GITHUB_USER: ${{ vars.NODE_AGENT_CI_USER_NAME }} GITHUB_EMAIL: ${{ vars.NODE_AGENT_CI_USER_EMAIL }} + - name: Publish API Docs + run: npm run publish-docs