340b2c4cf2
* migrate to new azure release workflow * format
18 lines
390 B
YAML
18 lines
390 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@e4a1a0385530d6861c9a9b7262058ad33b10c769
|
|
with:
|
|
changelogPath: ./CHANGELOG.md
|