Compare commits
1 Commits
de2593054c
...
07e350bf67
Author | SHA1 | Date | |
---|---|---|---|
![]() |
07e350bf67 |
@@ -2,7 +2,9 @@
|
||||
name: release
|
||||
|
||||
on:
|
||||
- push
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -14,6 +16,8 @@ jobs:
|
||||
uses: shalzz/zola-deploy-action@v0.20.0
|
||||
env:
|
||||
BUILD_ONLY: true
|
||||
- name: Create archive
|
||||
run: tar -czf public.tar.gz public/
|
||||
- name: Do release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user