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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
@ -23,4 +24,4 @@ jobs:
|
||||
- name: Release
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: cli/build/distributions/*
|
||||
artifacts: cli/build/distributions/*
|
||||
|
Loading…
Reference in New Issue
Block a user