We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c360a7 commit a31a9b1Copy full SHA for a31a9b1
2 files changed
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
build:
8
runs-on: windows-2025
9
+ permissions:
10
+ contents: write
11
12
steps:
13
- uses: actions/checkout@v6
@@ -31,7 +33,7 @@ jobs:
31
33
/p:DebugType=none
32
34
/m
35
- - name: Create Release with Tag
36
+ - name: Create release with tag
37
uses: ncipollo/release-action@v1
38
with:
39
tag: v0.0.0
CHANGELOG.md
@@ -0,0 +1,2 @@
1
+## [1.0.0] - TBA
2
+- Initial release
0 commit comments