mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 17:58:26 +08:00
👷 fix release-drafter
This commit is contained in:
parent
803223f31c
commit
0cceeaec0b
6
.github/workflows/release-drafter.yml
vendored
6
.github/workflows/release-drafter.yml
vendored
@ -23,9 +23,9 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
- name: Update Changelog
|
# - name: Update Changelog
|
||||||
run: |
|
# run: |
|
||||||
echo ${{ steps.release-drafter.outputs.body }}
|
# echo ${{ steps.release-drafter.outputs.body }}
|
||||||
|
|
||||||
release:
|
release:
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
Loading…
Reference in New Issue
Block a user