From a9a7bae28f876a9d1428b69837783da0acfd79ef Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sun, 18 May 2025 20:52:03 +0200 Subject: [PATCH] commit on publish --- .github/workflows/main.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 12b48a2..181bc9c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -92,7 +92,7 @@ jobs: release: permissions: - contents: read + contents: write packages: write attestations: write id-token: write @@ -135,3 +135,8 @@ jobs: pnpm publish --no-git-checks --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + + - uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "docs: generated README" + file_pattern: "*.md"