Skip to content

Commit 5b985e8

Browse files
authored
Merge pull request #8 from bosesuneha/test-workflow
update workflow
2 parents dc2418a + 5a1bc35 commit 5b985e8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/monthly-release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ on:
1212
- minor
1313
- major
1414
default: 'patch'
15-
prerelease:
16-
description: 'Mark as prerelease'
17-
required: false
18-
type: boolean
19-
default: false
15+
2016
schedule:
2117
- cron: '0 9 1 * *'
2218

@@ -25,7 +21,6 @@ jobs:
2521
uses: bosesuneha/azure-action-release-workflows/.github/workflows/monthly_release_pr.yaml@monthly-release-pr-workflow
2622
with:
2723
increment: ${{ inputs.increment || 'patch' }}
28-
prerelease: ${{ inputs.prerelease || false }}
2924
base_branch: main
3025
permissions:
3126
contents: write

0 commit comments

Comments
 (0)