There was an error while loading. Please reload this page.
1 parent d255bdd commit 2e7252eCopy full SHA for 2e7252e
1 file changed
.github/workflows/post-release.yml
@@ -36,11 +36,11 @@ jobs:
36
- name: Get Created Tag
37
id: get_tag
38
run: echo "latest_tag=$(cat package.json | jq .version)" >> $GITHUB_OUTPUT
39
- - name: Publish API Docs
40
- run: npm run publish-docs
41
- name: Create Docs Website PR
42
run: node ./bin/create-docs-pr.js --tag v${{ steps.get_tag.outputs.latest_tag }}
43
env:
44
GITHUB_TOKEN: ${{ secrets.NODE_AGENT_GH_TOKEN }}
45
GITHUB_USER: ${{ vars.NODE_AGENT_CI_USER_NAME }}
46
GITHUB_EMAIL: ${{ vars.NODE_AGENT_CI_USER_EMAIL }}
+ - name: Publish API Docs
+ run: npm run publish-docs
0 commit comments