mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-16 05:31:52 -04:00
fix(ci): skip ci for CI created commits [skip ci]
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
message: "chore: build library from latest spec"
|
||||
message: "chore: build library from latest spec [skip ci]"
|
||||
|
||||
- name: Find current API version
|
||||
run: echo "api_version=$(jq -r .info.version OpenAPI.json)" >> $GITHUB_ENV
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
tag: "${{ env.api_version }} --force"
|
||||
message: "chore: bump version to ${{ env.api_version }}"
|
||||
message: "chore: bump version to ${{ env.api_version }} [skip ci]"
|
||||
- name: Publish to NPM
|
||||
if: ${{ steps.checkTag.outputs.exists }} != true
|
||||
uses: JS-DevTools/npm-publish@v1
|
||||
|
||||
Reference in New Issue
Block a user