Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,10 @@ on:
push:
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:
contents: write # release upload
id-token: write # OIDC for sigstore (required by the attest job)
Expand Down
Loading