Fix not correct changelog

This commit is contained in:
cxfksword
2022-10-19 19:21:22 +08:00
parent e4d03b1121
commit 80e5193386

View File

@@ -19,6 +19,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get tags (For CHANGELOG)
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with: