mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-03-17 17:12:16 +08:00
16 lines
323 B
YAML
16 lines
323 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@e4a1a0385530d6861c9a9b7262058ad33b10c769
|
|
with:
|
|
changelogPath: ./CHANGELOG.md
|