Skip to content

Commit 0737f09

Browse files
committed
ci: try to fix GitHub packages permission error
1 parent f98944a commit 0737f09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
packages: write
1314
steps:
1415
- uses: actions/checkout@v4
1516
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.8.0-beta.1 - 2025-03-19
8+
## 0.8.0-beta.1 - 2025-03-22
99

1010
### Fixed
1111

0 commit comments

Comments
 (0)