mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 08:30:57 -05:00
chore(ci): Fix new release process
This commit is contained in:
parent
fb8217bd5e
commit
d3dcaaeb2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -123,7 +123,7 @@ jobs:
|
|||
gh release upload "$tag" ${{ env.ASSET }}
|
||||
publish-release:
|
||||
name: Publish Release
|
||||
needs: [prepare-release, build-release]
|
||||
needs: [create-release, build-release]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Publish Release
|
||||
|
|
Loading…
Reference in a new issue