update pipeline to skip own commmit

This commit is contained in:
Lea Anthony 2025-02-01 07:12:01 +11:00
commit 9bf63b1581
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

View file

@ -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