Skip to content

Commit 5fa0313

Browse files
committed
Add write permissions to release action
1 parent 3d4faf6 commit 5fa0313

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/release-asset.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Unreleased
22

3+
### v0.28.1: 24 May 2025
4+
5+
#### Fixes
6+
7+
- Added missing CI permissions on release publish
8+
39
### v0.28.0: 24 May 2025
410

511
#### Highlights

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.28.0
1+
0.28.1

0 commit comments

Comments
 (0)