fix(ci): try bump add and commit action

This commit is contained in:
Paul Makles
2023-02-22 10:36:24 +01:00
parent a6fe2f999f
commit e06c42d439
+2 -5
View File
@@ -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"