Updated workflows and gitignore (#45)

* Updated workflows and gitignore

* Removing ts-build-check
This commit is contained in:
Tommy Barnes
2022-02-04 13:04:43 -05:00
committed by GitHub
parent 5c5598ab58
commit 6961761392
12 changed files with 27 additions and 486 deletions
+14
View File
@@ -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 }}