Skip to content

Commit 0db4b40

Browse files
committed
fix build
1 parent 8328d84 commit 0db4b40

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ jobs:
223223
224224
- name: Create GitHub Release
225225
if: needs.build.outputs.is_production_release == 'true'
226+
env:
227+
GH_TOKEN: ${{ github.token }}
226228
run: |
227229
gh release create "v${{ needs.build.outputs.product_full_version }}" \
228230
--verify-tag \

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## Improvements:
44

5-
## Bug fixes:
6-
7-
*Contributors of this release (in alphabetical order):*
8-
9-
# v2.1.5 - 2024-11-06
10-
11-
## Improvements:
12-
135
* Support DateTimeOffset in value comparer (#180)
146

157
## Bug fixes:

0 commit comments

Comments
 (0)