Skip to content

feat: adding the github release workflow #1

feat: adding the github release workflow

feat: adding the github release workflow #1

Workflow file for this run

---
name: Release
on:
push:
tags:
- "v*"
jobs:
release:
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml@main
name: GitHub Release