From e06c42d4390941d8bd6c965182d7c6e95db49abf Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Wed, 22 Feb 2023 10:36:24 +0100 Subject: [PATCH] fix(ci): try bump add and commit action --- .github/workflows/build_and_publish.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 30e4251..7b652fd 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -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"