18 lines
352 B
YAML
18 lines
352 B
YAML
name: Release Project
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- CHANGELOG.md
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
release:
|
|
permissions:
|
|
actions: read
|
|
contents: write
|
|
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@v1
|
|
with:
|
|
changelogPath: ./CHANGELOG.md
|