From 2b6ee42fb323133a1fcf019a80b6c6c442b47cc8 Mon Sep 17 00:00:00 2001 From: Chad Goss Date: Tue, 21 Dec 2021 15:06:08 -0500 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 30 ++++-------------------------- 1 file changed, 4 insertions(+), 26 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 5411610..ba933fa 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -2,26 +2,11 @@ name: bundle-workflow -# Controls when the action will run. Workflow runs when manually triggered using the UI -# or API. on: - workflow_dispatch: - inputs: - name: - description: 'Manual input test: Reason for running this deployment?' - default: 'pipeline testing' - required: true + release: + types: + - created - pick_runner: - description: 'runner to use, dev or prod' - default: 'ubuntu-latest' - required: true - - push: - branches: - - master - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build: name: Create Release @@ -36,13 +21,6 @@ jobs: run: | echo $RELEASE_VERSION echo ${{ env.RELEASE_VERSION }} - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ env.RELEASE_VERSION }} - release_name: v1 +