Skip to content

Commit

Permalink
fix(ci): fix casing of CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Sep 20, 2021
1 parent 3bbb3cc commit 6da7e13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ 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 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
# Publish to GitHub Packages
Expand Down
4 changes: 2 additions & 2 deletions docs/api/classes/client_LodestoneClient.default.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone

#### Defined in

[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/9a0f5ab/src/client/LodestoneClient.ts#L53)
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/3bbb3cc/src/client/LodestoneClient.ts#L53)

## Properties

Expand All @@ -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/9a0f5ab/src/client/LodestoneClient.ts#L49)
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/3bbb3cc/src/client/LodestoneClient.ts#L49)

0 comments on commit 6da7e13

Please sign in to comment.