Skip to content

Commit 57a1ad7

Browse files
authored
Merge pull request #3205 from nojaf/fix-release
Add write permissions for github release
2 parents 11df575 + 66868c4 commit 57a1ad7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
attestations: write
19-
contents: read
19+
contents: write
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Setup .NET Core

CHANGELOG.md

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

3+
## [7.0.5] - 2025-12-06
4+
5+
### Fixed
6+
7+
- Fixed automated GitHub releases. [#3205](https://github.com/fsprojects/fantomas/pull/3205)
8+
39
## [7.0.4] - 2025-12-05
410

511
### Changed

0 commit comments

Comments
 (0)