mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore(ci): Fix new release process
This commit is contained in:
parent
f08d1171e2
commit
e5385b07a0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -126,6 +126,10 @@ jobs:
|
|||
needs: [create-release, build-release]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Publish Release
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue