Skip to content

Commit

Permalink
ci(actions): add option to suppress build to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidWeb committed Dec 22, 2021
1 parent 81c10ae commit 31dd347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,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 }}"'
- run: 'git commit -m "chore(release): ${{ steps.package-version.outputs.current-version }}" -m "[skip ci]"'
- name: Push changes
# Publish to GitHub Packages
uses: ad-m/github-push-action@master
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/cff1090/src/client/LodestoneClient.ts#L53)
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/81c10ae/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/cff1090/src/client/LodestoneClient.ts#L49)
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/81c10ae/src/client/LodestoneClient.ts#L49)

0 comments on commit 31dd347

Please sign in to comment.