From 46784fe86ccb6efce0d089ef058ecf158b9b72c7 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..32f5613 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -20,7 +20,7 @@ env: IMAGE_NAME: ${{ github.repository }} permissions: - contents: read + contents: write packages: read jobs: @@ -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"