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"