mirror of
https://github.com/crate-ci/typos.git
synced 2025-03-12 14:49:44 -04:00
parent
ff2ab643f4
commit
6b1c68673a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/post-release.yml
vendored
4
.github/workflows/post-release.yml
vendored
|
@ -138,3 +138,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: gh release edit "${{ needs.create-release.outputs.tag }}" --draft=false
|
run: gh release edit "${{ needs.create-release.outputs.tag }}" --draft=false
|
||||||
|
- name: Update major tag
|
||||||
|
uses: rickstaa/action-update-semver@v1
|
||||||
|
with:
|
||||||
|
major_version_tag_only: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue