mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #2130 from kairoaraujo/fix_minor_typo
Fix typo CD.yml
This commit is contained in:
commit
3f7c0ea34d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python3 -m build --sdist --wheel --outdir dist/ .
|
||||
|
||||
- id: gh-release
|
||||
name: Publish GitHub release candiate
|
||||
name: Publish GitHub release candidate
|
||||
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
|
||||
with:
|
||||
name: ${{ github.ref_name }}-rc
|
||||
|
|
|
|||
Loading…
Reference in a new issue