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