4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-12 23:43:45 +00:00
setup-helm/.github/workflows/release-pr.yml
2024-02-08 17:23:04 -05:00

14 lines
390 B
YAML

name: Create release PR
on:
workflow_dispatch:
inputs:
release:
description: 'Define release version (ex: v1, v2, v3)'
required: true
jobs:
release-pr:
uses: Azure/action-release-workflows/.github/workflows/release_js_project.yaml@a705b2ab6a3ee889f2b0d925ad0bd2f9eb733ce6
with:
release: ${{ github.event.inputs.release }}