Skip to content

Commit

Permalink
Update release-drafter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy committed Aug 22, 2024
1 parent 2ab5fbe commit 12638a2
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
name: Release Drafter

on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
workflow_dispatch:

inputs:
version:
description: 'Release version'
required: true
prerelease:
description: 'Is this a prerelease?'
required: false
default: false
type: boolean
permissions:
contents: write
pull-requests: write
jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release-drafter.yml@v4
with:
version: ${{ github.event.inputs.version }}
prerelease: ${{ github.event.inputs.prerelease }}

0 comments on commit 12638a2

Please sign in to comment.