1
0
Fork 0
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:
Andrew Simachev 2023-07-11 16:53:05 +02:00
parent 573d9cebdf
commit 28e86271e4
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

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