There was an error while loading. Please reload this page.
2 parents 85eff39 + 99f4c9b commit c17b4dfCopy full SHA for c17b4df
1 file changed
.github/workflows/release.yml
@@ -4,22 +4,10 @@ on:
4
push:
5
tags:
6
- '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
17
18
jobs:
19
release:
20
uses: netresearch/skill-repo-skill/.github/workflows/release.yml@main
21
- with:
22
- bump: ${{ inputs.bump }}
23
permissions:
24
contents: write # release upload
25
id-token: write # OIDC for sigstore (required by the attest job)
0 commit comments