mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-15 08:32:17 +08:00
Remove tag-and-draft.yml which references OliverMKing/javascript-release-workflow@main (unmaintained personal repo, last updated Sept 2022). This is superseded by Azure/action-release-workflows in release-pr.yml. Pin release-pr.yml to SHA for supply chain safety.
19 lines
395 B
YAML
19 lines
395 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@3c677ba5ab58f5c5c1a6f0cfb176b333b1f27405 # v1
|
|
with:
|
|
changelogPath: ./CHANGELOG.md
|