Skip to content

Commit

Permalink
Update release.yml (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
antolo-arch authored Oct 23, 2023
1 parent bf88d84 commit 67c5d00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.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 67c5d00

Please sign in to comment.