From 3bbb3cc6b5203871e1553a3ba69a2a3427f534a7 Mon Sep 17 00:00:00 2001 From: Peter Reid Date: Mon, 20 Sep 2021 10:42:09 +0100 Subject: [PATCH] fix(ci): add debug steps for changelog publishing --- .github/workflows/release.yml | 2 ++ docs/api/classes/client_LodestoneClient.default.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d4ea43..bc96e48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,6 +60,8 @@ jobs: registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@xivstats' + - run: git status + - run: ls -alh - run: git add CHANGELOG.MD package.json package-lock.json - run: 'git commit -m "chore(release): ${{ steps.package-version.outputs.current-version }}" -m "[skip ci]"' - name: Push changes diff --git a/docs/api/classes/client_LodestoneClient.default.md b/docs/api/classes/client_LodestoneClient.default.md index 1e80193..024f929 100644 --- a/docs/api/classes/client_LodestoneClient.default.md +++ b/docs/api/classes/client_LodestoneClient.default.md @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone #### Defined in -[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/ee2aff4/src/client/LodestoneClient.ts#L53) +[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/9a0f5ab/src/client/LodestoneClient.ts#L53) ## Properties @@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your #### Defined in -[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/ee2aff4/src/client/LodestoneClient.ts#L49) +[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/9a0f5ab/src/client/LodestoneClient.ts#L49)