Creating a workflow, part 2/?.

This commit is contained in:
JesseBrault0709 2023-01-13 16:59:24 -06:00 committed by GitHub
parent 11899059d1
commit 4706ab73fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/*