diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 758f864..079db91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,9 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest + # Skip release commits - prevents recursive builds + if: "!contains(github.event.head_commit.message, 'chore(release)')" + # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2 @@ -61,7 +64,7 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@xivstats' - 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]"' + - run: 'git commit -m "chore(release): ${{ steps.package-version.outputs.current-version }}"' - name: Push changes # Publish to GitHub Packages uses: ad-m/github-push-action@master diff --git a/docs/api/classes/client_LodestoneClient.default.md b/docs/api/classes/client_LodestoneClient.default.md index 7aba388..43536f5 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/6da7e13/src/client/LodestoneClient.ts#L53) +[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/6bcc7e7/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/6da7e13/src/client/LodestoneClient.ts#L49) +[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/6bcc7e7/src/client/LodestoneClient.ts#L49)