Skip to content

Commit 05253a6

Browse files
committed
release: fix YAML
Signed-off-by: William Woodruff <[email protected]>
1 parent 6e0e563 commit 05253a6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ permissions:
1313
contents: write
1414

1515
jobs:
16-
pypi:
17-
- uses: actions/checkout@v3
16+
release:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/checkout@v3
1820

19-
- name: sign
20-
uses: ./
21-
id: sigstore-python
22-
with:
23-
inputs: action.yml action.py
24-
upload-signing-artifacts: true
21+
- name: sign
22+
uses: ./
23+
id: sigstore-python
24+
with:
25+
inputs: action.yml action.py
26+
upload-signing-artifacts: true

0 commit comments

Comments
 (0)