Try to add release files
stable / fmt Details

This commit is contained in:
chmanie 2023-06-12 16:05:22 +02:00
parent 717c5c54a5
commit 00431161ab
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@ name: CI release
run-name: CI release
on:
push:
tags: '*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
release:
@ -21,6 +22,6 @@ jobs:
- uses: actions/release-action@main
with:
files: |-
target/${{ matrix.target }}/release/crabidy-server
target/${{ matrix.target }}/release/{cbd-tui,crabidy-server}
api_key: '${{secrets.RELEASE_TOKEN}}'
pre_release: true