diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25952d0..13d77d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,12 +5,21 @@ on: tags: - 'v*' workflow_dispatch: + inputs: + bump: + description: 'Version bump type' + required: true + type: choice + options: + - patch + - minor + - major jobs: release: uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main + with: + bump: ${{ inputs.bump }} permissions: - id-token: write - attestations: write contents: write pull-requests: write