David Gamero e69c104b14
chore: remove deprecated OliverMKing release workflow, pin release-pr to SHA (#250)
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.
2026-06-01 14:13:54 +12:00

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