mirror of
https://github.com/ivabus/gui
synced 2025-04-23 05:57:11 +03:00
try to fix e2e (#607)
This commit is contained in:
parent
0afcb49f89
commit
34cd8324ea
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build-sign-notarize.yml
vendored
4
.github/workflows/build-sign-notarize.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
steps:
|
||||
- uses: teaxyz/setup@v0
|
||||
with:
|
||||
version: 0.26.2
|
||||
version: 0.31.2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: cache node_modules build
|
||||
|
@ -175,7 +175,7 @@ jobs:
|
|||
steps:
|
||||
- uses: teaxyz/setup@v0
|
||||
with:
|
||||
version: 0.26.2
|
||||
version: 0.31.2
|
||||
- uses: actions/checkout@v3
|
||||
- run: rm -rf ./*.{dmg,zip} || true
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tea",
|
||||
"version": "0.2.11",
|
||||
"version": "0.2.12",
|
||||
"private": true,
|
||||
"description": "tea gui app",
|
||||
"author": "tea.xyz",
|
||||
|
|
Loading…
Reference in a new issue