mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-26 00:39:26 +08:00
Updated workflows and gitignore (#45)
* Updated workflows and gitignore * Removing ts-build-check
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Create release PR
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release:
|
||||
description: "Define release version (ex: v1, v2, v3)"
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
release-pr:
|
||||
uses: OliverMKing/javascript-release-workflow/.github/workflows/release-pr.yml@main
|
||||
with:
|
||||
release: ${{ github.event.inputs.release }}
|
||||
Reference in New Issue
Block a user