mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
update pipeline to skip own commmit
This commit is contained in:
parent
c51688499c
commit
9bf63b1581
1 changed files with 1 additions and 3 deletions
4
.github/workflows/publish-npm.yml
vendored
4
.github/workflows/publish-npm.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue