Creating a workflow, part 2/?.
This commit is contained in:
parent
11899059d1
commit
4706ab73fa
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: StaticSiteGenerator Release
|
name: StaticSiteGenerator Release
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
@ -23,4 +24,4 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: cli/build/distributions/*
|
artifacts: cli/build/distributions/*
|
||||||
|
Loading…
Reference in New Issue
Block a user