azure-setup-kubectl/.github/workflows/release-pr.yml
David Gamero f295d40337
Some checks failed
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Integration test for setup-kubectl / Validate release and master branch (push) Has been cancelled
Run prettify / Prettier Check (push) Has been cancelled
Run unit tests. / build (push) Has been cancelled
chore: pin release workflow to SHA for supply chain safety (#267)
Pin Azure/action-release-workflows to commit SHA instead of mutable v1 tag.
2026-05-27 09:20:50 +12:00

18 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