Skip to content

Commit a31a9b1

Browse files
committed
update ci
1 parent 3c360a7 commit a31a9b1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
build:
88
runs-on: windows-2025
9+
permissions:
10+
contents: write
911

1012
steps:
1113
- uses: actions/checkout@v6
@@ -31,7 +33,7 @@ jobs:
3133
/p:DebugType=none
3234
/m
3335
34-
- name: Create Release with Tag
36+
- name: Create release with tag
3537
uses: ncipollo/release-action@v1
3638
with:
3739
tag: v0.0.0

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## [1.0.0] - TBA
2+
- Initial release

0 commit comments

Comments
 (0)