Skip to content

Commit 67c5d00

Browse files
authored
Update release.yml (#269)
1 parent bf88d84 commit 67c5d00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: Release request
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
prerelease:
7+
required: false
8+
type: boolean
9+
default: false
10+
description: "This release will be labeled as non-production ready"
511
push:
612
branches:
713
- develop
@@ -12,4 +18,6 @@ jobs:
1218
contents: write
1319
pull-requests: write
1420
uses: Adyen/adyen-node-api-library/.github/workflows/lib-release.yml@develop
21+
with:
22+
prerelease: ${{ inputs.prerelease || false }}
1523
secrets: inherit

0 commit comments

Comments
 (0)