Skip to content

Commit 0184aa3

Browse files
authored
ci: simplify release workflow (#8)
* fix: reference release workflow by SHA to bypass GitHub cache * ci: simplify release workflow to fix reusable workflow issue
1 parent 96c2e8c commit 0184aa3

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,6 @@ on:
55
branches: [main]
66
paths: ['sources/**', 'metanorma.yml', 'metanorma.release.yml']
77
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-
required: false
16-
type: boolean
17-
default: false
188

199
permissions:
2010
contents: write
@@ -24,6 +14,5 @@ jobs:
2414
uses: actions-mn/.github/.github/workflows/metanorma-release.yml@main
2515
with:
2616
default-visibility: private
27-
include-pattern: ${{ github.event.inputs.include-pattern || '*' }}
28-
force: ${{ github.event.inputs.force || 'false' }}
2917
secrets: inherit
18+

0 commit comments

Comments
 (0)