mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
workflow fix
This commit is contained in:
parent
573d9cebdf
commit
28e86271e4
1 changed files with 3 additions and 7 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -1,11 +1,9 @@
|
|||
name: Release
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# tags:
|
||||
# - v*
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
@ -14,9 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
go-version: [ 1.16.x ]
|
||||
#os: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
os: [ windows-latest ]
|
||||
|
||||
os: [ macos-latest, ubuntu-latest, windows-latest ]
|
||||
|
||||
steps:
|
||||
- name: Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue