ci: release on tag
This commit is contained in:
parent
45d9761be1
commit
6f9a37da1b
1 changed files with 7 additions and 0 deletions
|
|
@ -13,4 +13,11 @@ steps:
|
||||||
- cd layout
|
- cd layout
|
||||||
- npm install
|
- npm install
|
||||||
- npx @tailwindcss/cli -i style.css -o output.css
|
- npx @tailwindcss/cli -i style.css -o output.css
|
||||||
|
- name: release
|
||||||
|
image: goreleaser/goreleaser
|
||||||
|
commands:
|
||||||
|
- goreleaser release
|
||||||
|
secrets: [ gitea_token ]
|
||||||
|
when:
|
||||||
|
event: tag
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue