mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-08-26 12:35:48 -04:00
fix(ci): try bump add and commit action
This commit is contained in:
@@ -11,9 +11,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
|
||||
- name: Use Node.js 18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
@@ -24,7 +21,7 @@ jobs:
|
||||
- name: Build package
|
||||
run: yarn build
|
||||
- name: Commit changes
|
||||
uses: EndBug/add-and-commit@v4
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: "*.md"
|
||||
message: "chore: build library from latest spec"
|
||||
@@ -43,7 +40,7 @@ jobs:
|
||||
mv temp.json package.json
|
||||
- name: Commit changes
|
||||
if: ${{ steps.checkTag.outputs.exists }} != true
|
||||
uses: EndBug/add-and-commit@v4
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
add: "*.md"
|
||||
tag: "${{ env.api_version }} --force"
|
||||
|
||||
Reference in New Issue
Block a user