We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c2e8c commit 0184aa3Copy full SHA for 0184aa3
1 file changed
.github/workflows/release.yml
@@ -5,16 +5,6 @@ on:
5
branches: [main]
6
paths: ['sources/**', 'metanorma.yml', 'metanorma.release.yml']
7
workflow_dispatch:
8
- inputs:
9
- include-pattern:
10
- description: 'Glob pattern to filter documents for release'
11
- required: false
12
- default: '*'
13
- force:
14
- description: 'Force release even if content is unchanged'
15
16
- type: boolean
17
- default: false
18
19
permissions:
20
contents: write
@@ -24,6 +14,5 @@ jobs:
24
uses: actions-mn/.github/.github/workflows/metanorma-release.yml@main
25
with:
26
default-visibility: private
27
- include-pattern: ${{ github.event.inputs.include-pattern || '*' }}
28
- force: ${{ github.event.inputs.force || 'false' }}
29
secrets: inherit
+
0 commit comments