Skip to content

Commit c17b4df

Browse files
authored
Merge pull request #21 from netresearch/chore/drop-deprecated-release-inputs
chore(release): drop deprecated `with:` block and `workflow_dispatch.bump`
2 parents 85eff39 + 99f4c9b commit c17b4df

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,10 @@ on:
44
push:
55
tags:
66
- 'v*'
7-
workflow_dispatch:
8-
inputs:
9-
bump:
10-
description: 'Version bump type'
11-
required: true
12-
type: choice
13-
options:
14-
- patch
15-
- minor
16-
- major
177

188
jobs:
199
release:
2010
uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main
21-
with:
22-
bump: ${{ inputs.bump }}
2311
permissions:
2412
contents: write # release upload
2513
id-token: write # OIDC for sigstore (required by the attest job)

0 commit comments

Comments
 (0)