From 9bf63b1581edd644aaf2b744a03dc2f6ceae47d2 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 1 Feb 2025 07:12:01 +1100 Subject: [PATCH] update pipeline to skip own commmit --- .github/workflows/publish-npm.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 233d3bdbb..78ca62bd0 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -37,12 +37,10 @@ jobs: with: path: v3/internal/runtime/desktop/@wailsio/runtime - - name: Print the version - run: echo "The version was ${{ steps.get-version.outputs.version }}" - name: Commit changes run: | git add . - git commit -m "chore: Publish @wailsio/runtime ${{ steps.get-version.outputs.version }}" + git commit -m "[skip ci] Publish @wailsio/runtime ${{ steps.get-version.outputs.version }}" git push - uses: JS-DevTools/npm-publish@v3