mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 17:41:01 -05:00
chore(ci): Fix new release process
This commit is contained in:
parent
02afc59fd4
commit
e6e172498c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-release.yml
vendored
2
.github/workflows/post-release.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
name: create-release
|
name: create-release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ env.TAG }}
|
tag: ${{ env.TAG }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue