Skip to content

Commit

Permalink
Pre-release input flag (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpaul authored Aug 2, 2023
1 parent 36603d8 commit c3f6b4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Release request

on:
workflow_dispatch:
inputs:
prerelease:
required: false
type: boolean
default: false
description: "This release will be labeled as non-production ready"
push:
branches:
- develop
Expand All @@ -12,4 +18,6 @@ jobs:
contents: write
pull-requests: write
uses: Adyen/adyen-node-api-library/.github/workflows/lib-release.yml@develop
with:
prerelease: ${{ inputs.prerelease || false }}
secrets: inherit

0 comments on commit c3f6b4c

Please sign in to comment.