Skip to content

Commit

Permalink
added somg logging in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 24, 2024
1 parent 14ae860 commit 4250410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/generate_api_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git s
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "[skip ci] Release new SDK API reference doc versions" || exit 0
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/scripts/generate_api_ref.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p api_ref

npx tsup && echo && NODE_ENV=development node dist/index.js -cmd2md

PKG_VERSION=$(node -p "require('./package.json').version")
PKG_VERSION="v$(node -p "require('./package.json').version")"

# move to docs (for later use)
for file in api_ref/*.md; do
Expand Down

0 comments on commit 4250410

Please sign in to comment.