1 parent 2a16e52 commit 5a1bc35Copy full SHA for 5a1bc35
1 file changed
.github/workflows/monthly-release.yaml
@@ -12,11 +12,7 @@ on:
12
- minor
13
- major
14
default: 'patch'
15
- prerelease:
16
- description: 'Mark as prerelease'
17
- required: false
18
- type: boolean
19
- default: false
+
20
schedule:
21
- cron: '0 9 1 * *'
22
@@ -25,7 +21,6 @@ jobs:
25
uses: bosesuneha/azure-action-release-workflows/.github/workflows/monthly_release_pr.yaml@monthly-release-pr-workflow
26
with:
27
23
increment: ${{ inputs.increment || 'patch' }}
28
- prerelease: ${{ inputs.prerelease || false }}
29
24
base_branch: main
30
permissions:
31
contents: write
0 commit comments