k8s-deploy/.github/workflows/release-pr.yml
David Gamero d6508445a1
release workflow (#297)
* release workflow

* prettier

* switch to azure repo and sha
2023-10-30 16:33:02 -04:00

16 lines
290 B
YAML

name: release Project
on:
push:
branches:
- main
paths:
- CHANGELOG.md
workflow_dispatch:
jobs:
release:
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@12e20b8
with:
changelogPath: ./CHANGELOG.md