github release on tag

pull/1323/head
Nikita Prokopov 2021-11-06 18:11:55 +01:00
rodzic 4bf6dfe4f3
commit 2cf5e1b3ed
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
on: on:
push: push:
branches: branches:
- 'master' - '*'
tags: tags:
- '[0-9]+.[0-9]+' - '[0-9]+.[0-9]+'
paths: paths:
@ -24,4 +24,4 @@ jobs:
name: Fira_Code_${{ env.hash }} name: Fira_Code_${{ env.hash }}
path: distr path: distr
- if: startsWith(github.ref, 'refs/tags/') - if: startsWith(github.ref, 'refs/tags/')
run: python3 ./script/release.py run: python3 ./script/release.py