mirror of
https://github.com/daylinmorgan/forge.git
synced 2024-11-14 13:07:54 -06:00
17 lines
301 B
YAML
17 lines
301 B
YAML
name: 🚀 Release
|
|
|
|
on:
|
|
push:
|
|
tags:
|
|
- 'v*.*'
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
build-artifacts:
|
|
uses: daylinmorgan/actions/.github/workflows/build-nim-forge.yml@main
|
|
|
|
create-release:
|
|
needs: build-artifacts
|
|
uses: daylinmorgan/actions/.github/workflows/release.yml@main
|