mirror of
https://github.com/Azure/setup-helm.git
synced 2026-07-04 23:41:37 +00:00
d5f1fcb584
Bumps the actions group in /.github/workflows with 1 update: [Azure/action-release-workflows](https://github.com/azure/action-release-workflows). Updates `Azure/action-release-workflows` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/azure/action-release-workflows/releases) - [Changelog](https://github.com/Azure/action-release-workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/action-release-workflows/compare/6f9de5deea0d6655168c8dd26e8849698f9a3809...1b199cc979febcb43526d33853f2d71183091cdb) --- updated-dependencies: - dependency-name: Azure/action-release-workflows dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
399 B
YAML
19 lines
399 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@1b199cc979febcb43526d33853f2d71183091cdb # v1.0.2
|
|
with:
|
|
changelogPath: ./CHANGELOG.md
|